Skip navigation links
org.netbeans.modules.editor.lib/3 4.26.0 23
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

B

backColor - Variable in class org.netbeans.editor.CodeFoldingSideBar
Deprecated.
Without any replacement.
BackwardAction() - Constructor for class org.netbeans.editor.BaseKit.BackwardAction
 
BaseAction - Class in org.netbeans.editor
This is the parent of majority of the actions.
BaseAction() - Constructor for class org.netbeans.editor.BaseAction
 
BaseAction(int) - Constructor for class org.netbeans.editor.BaseAction
 
BaseAction(String) - Constructor for class org.netbeans.editor.BaseAction
 
BaseAction(String, int) - Constructor for class org.netbeans.editor.BaseAction
 
BaseCaret - Class in org.netbeans.editor
Caret implementation
BaseCaret() - Constructor for class org.netbeans.editor.BaseCaret
 
BaseDocument - Class in org.netbeans.editor
Document implementation
BaseDocument(Class, boolean) - Constructor for class org.netbeans.editor.BaseDocument
Deprecated.
Use of editor kit's implementation classes is deprecated in favor of mime types.
BaseDocument(boolean, String) - Constructor for class org.netbeans.editor.BaseDocument
Creates a new document.
BaseDocument.LazyPropertyMap - Class in org.netbeans.editor
 
BaseDocument.PropertyEvaluator - Interface in org.netbeans.editor
Property evaluator is useful for lazy evaluation of properties of the document when javax.swing.text.Document#getProperty(java.lang.String) is called.
BaseDocumentEvent - Class in org.netbeans.editor
Document implementation
BaseDocumentEvent(BaseDocument, int, int, DocumentEvent.EventType) - Constructor for class org.netbeans.editor.BaseDocumentEvent
Construct document event instance.
BaseElement - Class in org.netbeans.editor
Element implementation.
BaseElement(BaseDocument, BaseElement, AttributeSet) - Constructor for class org.netbeans.editor.BaseElement
 
BaseImageTokenID - Class in org.netbeans.editor
Token-id with the fixed token image.
BaseImageTokenID(String) - Constructor for class org.netbeans.editor.BaseImageTokenID
Construct new imag-token-id if the name is the same as the image.
BaseImageTokenID(String, String) - Constructor for class org.netbeans.editor.BaseImageTokenID
 
BaseImageTokenID(String, int) - Constructor for class org.netbeans.editor.BaseImageTokenID
 
BaseImageTokenID(String, int, String) - Constructor for class org.netbeans.editor.BaseImageTokenID
 
BaseImageTokenID(String, TokenCategory) - Constructor for class org.netbeans.editor.BaseImageTokenID
 
BaseImageTokenID(String, TokenCategory, String) - Constructor for class org.netbeans.editor.BaseImageTokenID
 
BaseImageTokenID(String, int, TokenCategory) - Constructor for class org.netbeans.editor.BaseImageTokenID
 
BaseImageTokenID(String, int, TokenCategory, String) - Constructor for class org.netbeans.editor.BaseImageTokenID
 
BaseKit - Class in org.netbeans.editor
Editor kit implementation for base document
BaseKit() - Constructor for class org.netbeans.editor.BaseKit
Creates a new instance of BaseKit.
BaseKit.BackwardAction - Class in org.netbeans.editor
 
BaseKit.BeepAction - Class in org.netbeans.editor
 
BaseKit.BeginAction - Class in org.netbeans.editor
 
BaseKit.BeginLineAction - Class in org.netbeans.editor
 
BaseKit.BeginWordAction - Class in org.netbeans.editor
 
BaseKit.CompoundAction - Class in org.netbeans.editor
Deprecated.
this action is no longer used.
BaseKit.CopyAction - Class in org.netbeans.editor
 
BaseKit.CutAction - Class in org.netbeans.editor
 
BaseKit.DefaultKeyTypedAction - Class in org.netbeans.editor
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see Editor Library 2.
BaseKit.DeleteCharAction - Class in org.netbeans.editor
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see Editor Library 2.
BaseKit.DownAction - Class in org.netbeans.editor
 
BaseKit.EndAction - Class in org.netbeans.editor
 
BaseKit.EndLineAction - Class in org.netbeans.editor
 
BaseKit.EndWordAction - Class in org.netbeans.editor
 
BaseKit.ForwardAction - Class in org.netbeans.editor
 
BaseKit.InsertBreakAction - Class in org.netbeans.editor
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see Editor Library 2.
BaseKit.InsertContentAction - Class in org.netbeans.editor
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
BaseKit.InsertStringAction - Class in org.netbeans.editor
Insert text specified in constructor
BaseKit.InsertTabAction - Class in org.netbeans.editor
 
BaseKit.KitCompoundAction - Class in org.netbeans.editor
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
BaseKit.NextWordAction - Class in org.netbeans.editor
Deprecated.
BaseKit.PageDownAction - Class in org.netbeans.editor
Go one page down
BaseKit.PageUpAction - Class in org.netbeans.editor
Go one page up
BaseKit.PasteAction - Class in org.netbeans.editor
 
BaseKit.PreviousWordAction - Class in org.netbeans.editor
Deprecated.
BaseKit.ReadOnlyAction - Class in org.netbeans.editor
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
BaseKit.RemoveTrailingSpacesAction - Class in org.netbeans.editor
 
BaseKit.SelectAllAction - Class in org.netbeans.editor
Select text of whole document
BaseKit.SelectLineAction - Class in org.netbeans.editor
Select line around caret
BaseKit.SelectWordAction - Class in org.netbeans.editor
Select word around caret
BaseKit.SplitLineAction - Class in org.netbeans.editor
 
BaseKit.UpAction - Class in org.netbeans.editor
 
BaseKit.WritableAction - Class in org.netbeans.editor
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
BaseStateInfo() - Constructor for class org.netbeans.editor.Syntax.BaseStateInfo
 
BaseTextUI - Class in org.netbeans.editor
Text UI implementation
BaseTextUI() - Constructor for class org.netbeans.editor.BaseTextUI
 
BaseTokenCategory - Class in org.netbeans.editor
Base implementation of the token category.
BaseTokenCategory(String) - Constructor for class org.netbeans.editor.BaseTokenCategory
 
BaseTokenCategory(String, int) - Constructor for class org.netbeans.editor.BaseTokenCategory
 
BaseTokenID - Class in org.netbeans.editor
Base implementation of the token-id.
BaseTokenID(String) - Constructor for class org.netbeans.editor.BaseTokenID
 
BaseTokenID(String, int) - Constructor for class org.netbeans.editor.BaseTokenID
 
BaseTokenID(String, TokenCategory) - Constructor for class org.netbeans.editor.BaseTokenID
 
BaseTokenID(String, int, TokenCategory) - Constructor for class org.netbeans.editor.BaseTokenID
 
BaseView - Class in org.netbeans.editor
Base abstract view serves as parent for both leaf and branch views.
BEEP_ACTION - Static variable in class org.netbeans.editor.MultiKeymap
Action that beeps.
BeepAction() - Constructor for class org.netbeans.editor.BaseKit.BeepAction
 
BEFORE - Static variable in class org.netbeans.editor.MarkBlock
Tested block completely before THIS mark block.
beforeBreak(JTextComponent, BaseDocument, Caret) - Method in class org.netbeans.editor.BaseKit.InsertBreakAction
Deprecated.
Please use Typing Hooks instead, for details see Editor Library 2.
beforeCaretFont - Variable in class org.netbeans.editor.BaseCaret
Font of the text right before the caret
BeginAction() - Constructor for class org.netbeans.editor.BaseKit.BeginAction
 
BeginLineAction(boolean) - Constructor for class org.netbeans.editor.BaseKit.BeginLineAction
 
BeginWordAction() - Constructor for class org.netbeans.editor.BaseKit.BeginWordAction
 
Below - Static variable in class org.netbeans.editor.PopupManager
Place popup always below cursor
BelowPreferred - Static variable in class org.netbeans.editor.PopupManager
Place popup below cursor.
binarySearch(ObjectArray, Object) - Static method in class org.netbeans.editor.ObjectArrayUtilities
Searches the specified object array for the specified object using the binary search algorithm.
binarySearch(ObjectArray, Object, Comparator) - Static method in class org.netbeans.editor.ObjectArrayUtilities
Perform binary search with the specified comparator.
bindingLabel - Variable in class org.netbeans.editor.MacroSavePanel
Deprecated.
 
bindingList - Variable in class org.netbeans.editor.MacroSavePanel
Deprecated.
 
bindingPanel - Variable in class org.netbeans.editor.MacroSavePanel
Deprecated.
 
bindingScrollPane - Variable in class org.netbeans.editor.MacroSavePanel
Deprecated.
 
BLOCK_CARET - Static variable in class org.netbeans.editor.BaseCaret
Caret type representing block covering current character
BLOCKS_FINDER_PROP - Static variable in class org.netbeans.editor.BaseDocument
Highlight search finder property.
blocksHit(int[], int, int) - Static method in class org.netbeans.editor.Analyzer
 
blocksIndex(int[], int, int) - Static method in class org.netbeans.editor.Analyzer
 
bol - Variable in class org.netbeans.editor.LeafElement
Does this view begin at line begining
BORDER_WIDTH - Static variable in class org.netbeans.editor.FoldingToolTip
Deprecated.
 
bracketChar - Variable in class org.netbeans.editor.ext.ExtSyntaxSupport.BracketFinder
Original bracket char
BracketFinder(char) - Constructor for class org.netbeans.editor.ext.ExtSyntaxSupport.BracketFinder
 
breakAtomicLock() - Method in class org.netbeans.editor.BaseDocument
Break the atomic lock so that doc is no longer in atomic mode.
breakView(int, float, Shape) - Method in class org.netbeans.editor.view.spi.LockView
 
buffer - Variable in class org.netbeans.editor.Syntax
Text buffer to scan
buildGlobalVariableMap(int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
 
buildLocalVariableMap(int) - Method in class org.netbeans.editor.ext.ExtSyntaxSupport
 
buildPopupMenu(JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.BuildPopupMenuAction
 
buildPopupMenuAction - Static variable in class org.netbeans.editor.ext.ExtKit
This action is searched and executed when the popup menu should be displayed to build the popup menu.
BuildPopupMenuAction() - Constructor for class org.netbeans.editor.ext.ExtKit.BuildPopupMenuAction
 
BuildPopupMenuAction(Map) - Constructor for class org.netbeans.editor.ext.ExtKit.BuildPopupMenuAction
 
buildText(JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.BuildToolTipAction
 
buildToolTipAction - Static variable in class org.netbeans.editor.ext.ExtKit
This action is searched and executed when the tool-tip should be displayed by tool-tip support to build the tool-tip.
BuildToolTipAction() - Constructor for class org.netbeans.editor.ext.ExtKit.BuildToolTipAction
 
BuildToolTipAction(Map) - Constructor for class org.netbeans.editor.ext.ExtKit.BuildToolTipAction
 
bytes - Variable in class org.netbeans.editor.ext.FileStorage
Byte array holding the data that were read from file
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links
org.netbeans.modules.editor.lib/3 4.26.0 23