Skip navigation links
org.netbeans.modules.editor.lib/3 4.9.1 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 

E

EditorDebug - Class in org.netbeans.editor
Deprecated.
Should never have been made public. No replacement.
EditorState - Class in org.netbeans.editor
Deprecated.
Use Editor Settings and Settings Storage APIs. Please note that the states stored here are not persisted and therefore don't survive JVM restarts.
editorUI - Variable in class org.netbeans.editor.Abbrev
Deprecated.
Extended UI to which this abbreviation is associated to
EditorUI - Class in org.netbeans.editor
Editor UI for the component.
EditorUI() - Constructor for class org.netbeans.editor.EditorUI
Construct extended UI for the use with a text component
EditorUI(BaseDocument) - Constructor for class org.netbeans.editor.EditorUI
Construct extended UI for printing the given document
EditorUI(BaseDocument, boolean, boolean) - Constructor for class org.netbeans.editor.EditorUI
Construct extended UI for printing the given document and specify which set of colors should be used.
editorUI - Variable in class org.netbeans.editor.StatusBar
 
ElementNameAttribute - Static variable in class org.netbeans.editor.BaseElement
Element name attribute
elementReloadChildren(int, int, int) - Method in class org.netbeans.lib.editor.view.GapBoxView
Loads child views by tracking child elements of the element this view was created for.
EMPTY - Static variable in class org.netbeans.editor.MarkBlock
Single bit value meaning that the tested block has zero size.
EMPTY_ACTION - Static variable in class org.netbeans.editor.MultiKeymap
Action that does nothing
EMPTY_CHAR_ARRAY - Static variable in class org.netbeans.editor.Analyzer
Empty char array
end() - Method in class org.netbeans.editor.BaseDocumentEvent
 
EndAction() - Constructor for class org.netbeans.editor.BaseKit.EndAction
 
EndLineAction() - Constructor for class org.netbeans.editor.BaseKit.EndLineAction
 
endMark - Variable in class org.netbeans.editor.LeafElement
Mark giving end offset of this element
endMark - Variable in class org.netbeans.editor.MarkBlock
 
endsWith(char[], char[]) - Static method in class org.netbeans.editor.Analyzer
 
EndWordAction() - Constructor for class org.netbeans.editor.BaseKit.EndWordAction
 
eol - Variable in class org.netbeans.editor.LeafElement
Does this view end at line end
eol() - Method in interface org.netbeans.editor.PrintContainer
End of line was found.
eot(int) - Method in interface org.netbeans.editor.TokenProcessor
Notify that end of scanned buffer was found.
EQUAL_STATE - Static variable in class org.netbeans.editor.Syntax
Is the state of analyzer equal to a given state info?
equals(String, char[]) - Static method in class org.netbeans.editor.Analyzer
 
equals(String, char[], int, int) - Static method in class org.netbeans.editor.Analyzer
 
equals(Object) - Method in class org.netbeans.editor.AnnotationType.Severity
equals(Object) - Method in class org.netbeans.editor.BaseCaret
Redefine to Object.equals() to prevent defaulting to Rectangle.equals() which would cause incorrect firing
equals(Object) - Method in class org.netbeans.editor.Coloring
All font, foreColor and backColor are the same.
equals(Object) - Method in class org.netbeans.editor.MultiKeyBinding
 
equals(Object) - Method in class org.netbeans.editor.StringMap
 
equals(Object) - Method in class org.netbeans.editor.view.spi.ViewInsets
Checks whether two float insets objects are equal.
error(JTextComponent, String) - Method in class org.netbeans.editor.ActionFactory.RunMacroAction
Deprecated.
 
escapeAction - Static variable in class org.netbeans.editor.ext.ExtKit
Deprecated.
this action name is not actively used by ExtKit and will be removed in future releases.
EscapeAction() - Constructor for class org.netbeans.editor.ext.ExtKit.EscapeAction
 
EstimatedSpanView - Interface in org.netbeans.editor.view.spi
Views that implement this interface signal that they work in a mode when they just estimate their size instead of exact measurements that are likely more expensive for computation.
executeDeinstallActions(JEditorPane) - Method in class org.netbeans.editor.BaseKit
 
executeInstallActions(JEditorPane) - Method in class org.netbeans.editor.BaseKit
 
ExpandAllFolds() - Constructor for class org.netbeans.editor.ActionFactory.ExpandAllFolds
Deprecated.
 
expandAllFoldsAction - Static variable in class org.netbeans.editor.BaseKit
Expand all existing folds in the document.
ExpandFold() - Constructor for class org.netbeans.editor.ActionFactory.ExpandFold
Deprecated.
 
expandFoldAction - Static variable in class org.netbeans.editor.BaseKit
Expand a fold.
expandString(char, String, ActionEvent) - Method in class org.netbeans.editor.Abbrev
Deprecated.
 
expandString(String, ActionEvent) - Method in class org.netbeans.editor.Abbrev
Deprecated.
Expand abbreviation on current caret position.
ExtCaret - Class in org.netbeans.editor.ext
Extended caret implementation
ExtCaret() - Constructor for class org.netbeans.editor.ext.ExtCaret
 
ExtDefaultKeyTypedAction() - Constructor for class org.netbeans.editor.ext.ExtKit.ExtDefaultKeyTypedAction
Deprecated.
 
ExtDeleteCharAction(String, boolean) - Constructor for class org.netbeans.editor.ext.ExtKit.ExtDeleteCharAction
Deprecated.
 
EXTEND - Static variable in class org.netbeans.editor.MarkBlock
Two bit value meaning that the tested block fully includes THIS block.
extend(int, int, boolean) - Method in class org.netbeans.editor.MarkBlock
Extend this mark block by start and end positions.
extend(MarkBlock, boolean) - Method in class org.netbeans.editor.MarkBlock
Extend this mark block by some other block.
EXTEND_BEGIN - Static variable in class org.netbeans.editor.MarkBlock
Start position of the tested block is lower than the start position of THIS block and both end positions are the same.
EXTEND_END - Static variable in class org.netbeans.editor.MarkBlock
End position of the tested block is greater than the end position of THIS block and both start positions are the same.
extendEnd(int) - Method in class org.netbeans.editor.MarkBlock
Possibly move end mark if its position is above the given number.
extendRectangularSelection(boolean, boolean) - Method in class org.netbeans.editor.BaseCaret
Extend rectangular selection either by char in a specified selection or by word (if ctrl is pressed).
extendStart(int) - Method in class org.netbeans.editor.MarkBlock
Possibly move start mark if its position is above the given number.
ExtFinderFactory - Class in org.netbeans.editor.ext
Various finders are located here.
ExtFinderFactory() - Constructor for class org.netbeans.editor.ext.ExtFinderFactory
 
ExtFinderFactory.LineBlocksFinder - Class in org.netbeans.editor.ext
Finder that collects the whole lines and calls the lineFound() method that can do a local find.
ExtFinderFactory.LineBwdFinder - Class in org.netbeans.editor.ext
Finder that collects the whole lines and calls the lineFound() method that can do a local find.
ExtFinderFactory.LineFwdFinder - Class in org.netbeans.editor.ext
Finder that collects the whole lines and calls the lineFound() method that can do a local find.
ExtKit - Class in org.netbeans.editor.ext
Extended kit offering advanced functionality
ExtKit() - Constructor for class org.netbeans.editor.ext.ExtKit
 
ExtKit.AllCompletionShowAction - Class in org.netbeans.editor.ext
Deprecated.
Please use Editor Code Completion API instead, for details see Editor Code Completion.
ExtKit.BuildPopupMenuAction - Class in org.netbeans.editor.ext
Called before the popup menu is shown to possibly rebuild the popup menu.
ExtKit.BuildToolTipAction - Class in org.netbeans.editor.ext
 
ExtKit.CodeSelectAction - Class in org.netbeans.editor.ext
Deprecated.
this action is deprecated and will be removed in future releases.
ExtKit.CommentAction - Class in org.netbeans.editor.ext
 
ExtKit.CompletionShowAction - Class in org.netbeans.editor.ext
Deprecated.
Please use Editor Code Completion API instead, for details see Editor Code Completion.
ExtKit.CompletionTooltipShowAction - Class in org.netbeans.editor.ext
Deprecated.
Please use Editor Code Completion API instead, for details see Editor Code Completion.
ExtKit.DocumentationShowAction - Class in org.netbeans.editor.ext
Deprecated.
Please use Editor Code Completion API instead, for details see Editor Code Completion.
ExtKit.EscapeAction - Class in org.netbeans.editor.ext
Executed when the Escape key is pressed.
ExtKit.ExtDefaultKeyTypedAction - Class in org.netbeans.editor.ext
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see Editor Library 2.
ExtKit.ExtDeleteCharAction - Class in org.netbeans.editor.ext
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see Editor Library 2.
ExtKit.GotoAction - Class in org.netbeans.editor.ext
 
ExtKit.GotoDeclarationAction - Class in org.netbeans.editor.ext
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
ExtKit.MatchBraceAction - Class in org.netbeans.editor.ext
Deprecated.
Please use Braces Matching SPI instead, for details see Editor Braces Matching.
ExtKit.PrefixMakerAction - Class in org.netbeans.editor.ext
Prefix maker adds the prefix before the identifier under cursor.
ExtKit.ShowPopupMenuAction - Class in org.netbeans.editor.ext
Show the popup menu.
ExtKit.ToggleCaseIdentifierBeginAction - Class in org.netbeans.editor.ext
 
ExtKit.ToggleCommentAction - Class in org.netbeans.editor.ext
 
ExtKit.UncommentAction - Class in org.netbeans.editor.ext
 
extract(char[], int, int) - Static method in class org.netbeans.editor.Analyzer
 
ExtSyntaxSupport - Class in org.netbeans.editor.ext
Support methods for syntax analyzes
ExtSyntaxSupport(BaseDocument) - Constructor for class org.netbeans.editor.ext.ExtSyntaxSupport
 
ExtSyntaxSupport.BracketFinder - Class in org.netbeans.editor.ext
Finder for the matching bracket.
ExtSyntaxSupport.DeclarationTokenProcessor - Interface in org.netbeans.editor.ext
Token processor extended to get declaration position of the given variable.
ExtSyntaxSupport.VariableMapTokenProcessor - Interface in org.netbeans.editor.ext
 
extWriteLock() - Method in class org.netbeans.editor.BaseDocument
Extended write locking of the document allowing reentrant write lock acquiring.
extWriteUnlock() - Method in class org.netbeans.editor.BaseDocument
Extended write unlocking.
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.9.1 23

Built on March 27 2024.  |   Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.