站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

A-Index (Editor Library) - NetBeans API Javadoc (Current Development Version)

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

A

Abbrev - Class in org.netbeans.editor
Abbreviation support allowing to expand defined character sequences into the expanded strings or call the arbitrary action.
Abbrev(EditorUI, boolean, boolean) - Constructor for class org.netbeans.editor.Abbrev
 
ABBREV_ACTION_MAP - Static variable in class org.netbeans.editor.SettingsNames
Map of the action abbreviations.
ABBREV_ADD_TYPED_CHAR_ACCEPTOR - Static variable in class org.netbeans.editor.SettingsNames
Acceptor checking whether typed character that performed abbreviation expansion should be added to the text or not.
ABBREV_EXPAND_ACCEPTOR - Static variable in class org.netbeans.editor.SettingsNames
Acceptor checking whether abbreviation should be attempted after the appropriate character was typed.
ABBREV_MAP - Static variable in class org.netbeans.editor.SettingsNames
Map of the string abbreviations.
ABBREV_RESET - Static variable in class org.netbeans.editor.BaseAction
Reset abbreviation accounting to empty string
ABBREV_RESET_ACCEPTOR - Static variable in class org.netbeans.editor.SettingsNames
Acceptor checking whether typed character should reset abbreviation accounting.
abbrevExpandAction - Static variable in class org.netbeans.editor.BaseKit
Expand the abbreviation
abbrevResetAction - Static variable in class org.netbeans.editor.BaseKit
Reset the abbreviation accounting string
Above - Static variable in class org.netbeans.editor.PopupManager
Place popup always above cursor
AbovePreferred - Static variable in class org.netbeans.editor.PopupManager
Place popup above cursor.
AbstractFormatLayer - Class in org.netbeans.editor.ext
Abstract formatting layer offers the support for naming the layer and creation of an format-support.
AbstractFormatLayer(String) - Constructor for class org.netbeans.editor.ext.AbstractFormatLayer
Construct new layer with the given name.
accept(char) - Method in interface org.netbeans.editor.Acceptor
Accept or reject character
Acceptor - Interface in org.netbeans.editor
Accept or reject given character.
AcceptorFactory - Class in org.netbeans.editor
Mostly used acceptors
AcceptorFactory() - Constructor for class org.netbeans.editor.AcceptorFactory
 
acceptSyntax(Syntax) - Method in class org.netbeans.editor.ext.ExtFormatter
Whether the formatter accepts the given syntax that will be used for parsing the text passed to the FormatWriter.
acquireRenderingContext(View) - Method in interface org.netbeans.editor.view.spi.RenderingContextView
Acquire an instance of rendering context.
ActionFactory - Class in org.netbeans.editor
Actions that are not considered basic and therefore they are not included directly in BaseKit, but here.
ActionFactory.AbbrevExpandAction - Class in org.netbeans.editor
 
ActionFactory.AbbrevExpandAction() - Constructor for class org.netbeans.editor.ActionFactory.AbbrevExpandAction
 
ActionFactory.AbbrevResetAction - Class in org.netbeans.editor
 
ActionFactory.AbbrevResetAction() - Constructor for class org.netbeans.editor.ActionFactory.AbbrevResetAction
 
ActionFactory.AdjustCaretAction - Class in org.netbeans.editor
 
ActionFactory.AdjustCaretAction(String, int) - Constructor for class org.netbeans.editor.ActionFactory.AdjustCaretAction
 
ActionFactory.AdjustWindowAction - Class in org.netbeans.editor
 
ActionFactory.AdjustWindowAction(String, int) - Constructor for class org.netbeans.editor.ActionFactory.AdjustWindowAction
 
ActionFactory.AnnotationsCyclingAction - Class in org.netbeans.editor
Cycle through annotations on the current line
ActionFactory.AnnotationsCyclingAction() - Constructor for class org.netbeans.editor.ActionFactory.AnnotationsCyclingAction
 
ActionFactory.ChangeCaseAction - Class in org.netbeans.editor
 
ActionFactory.ChangeCaseAction(String, int) - Constructor for class org.netbeans.editor.ActionFactory.ChangeCaseAction
 
ActionFactory.CollapseAllFolds - Class in org.netbeans.editor
Collapse all existing folds in the document.
ActionFactory.CollapseAllFolds() - Constructor for class org.netbeans.editor.ActionFactory.CollapseAllFolds
 
ActionFactory.CollapseFold - Class in org.netbeans.editor
Collapse a fold.
ActionFactory.CollapseFold() - Constructor for class org.netbeans.editor.ActionFactory.CollapseFold
 
ActionFactory.CutToLineBeginOrEndAction - Class in org.netbeans.editor
Cut text from the caret position to either begining or end of the line with the caret.
ActionFactory.CutToLineBeginOrEndAction(boolean) - Constructor for class org.netbeans.editor.ActionFactory.CutToLineBeginOrEndAction
Construct new action.
ActionFactory.DumpViewHierarchyAction - Class in org.netbeans.editor
Expand all existing folds in the document.
ActionFactory.DumpViewHierarchyAction() - Constructor for class org.netbeans.editor.ActionFactory.DumpViewHierarchyAction
 
ActionFactory.ExpandAllFolds - Class in org.netbeans.editor
Expand all existing folds in the document.
ActionFactory.ExpandAllFolds() - Constructor for class org.netbeans.editor.ActionFactory.ExpandAllFolds
 
ActionFactory.ExpandFold - Class in org.netbeans.editor
Expand a fold.
ActionFactory.ExpandFold() - Constructor for class org.netbeans.editor.ActionFactory.ExpandFold
 
ActionFactory.FindNextAction - Class in org.netbeans.editor
 
ActionFactory.FindNextAction() - Constructor for class org.netbeans.editor.ActionFactory.FindNextAction
 
ActionFactory.FindPreviousAction - Class in org.netbeans.editor
 
ActionFactory.FindPreviousAction() - Constructor for class org.netbeans.editor.ActionFactory.FindPreviousAction
 
ActionFactory.FindSelectionAction - Class in org.netbeans.editor
Finds either selection or if there's no selection it finds the word where the cursor is standing.
ActionFactory.FindSelectionAction() - Constructor for class org.netbeans.editor.ActionFactory.FindSelectionAction
 
ActionFactory.FirstNonWhiteAction - Class in org.netbeans.editor
 
ActionFactory.FirstNonWhiteAction(String, boolean) - Constructor for class org.netbeans.editor.ActionFactory.FirstNonWhiteAction
 
ActionFactory.FormatAction - Class in org.netbeans.editor
 
ActionFactory.FormatAction() - Constructor for class org.netbeans.editor.ActionFactory.FormatAction
 
ActionFactory.GenerateGutterPopupAction - Class in org.netbeans.editor
Select text of whole document
ActionFactory.GenerateGutterPopupAction() - Constructor for class org.netbeans.editor.ActionFactory.GenerateGutterPopupAction
 
ActionFactory.InsertDateTimeAction - Class in org.netbeans.editor
 
ActionFactory.InsertDateTimeAction() - Constructor for class org.netbeans.editor.ActionFactory.InsertDateTimeAction
 
ActionFactory.JumpListNextAction - Class in org.netbeans.editor
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryForwardAction in the editor module.
ActionFactory.JumpListNextAction() - Constructor for class org.netbeans.editor.ActionFactory.JumpListNextAction
 
ActionFactory.JumpListNextComponentAction - Class in org.netbeans.editor
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryForwardAction in the editor module.
ActionFactory.JumpListNextComponentAction() - Constructor for class org.netbeans.editor.ActionFactory.JumpListNextComponentAction
 
ActionFactory.JumpListPrevAction - Class in org.netbeans.editor
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction in the editor module.
ActionFactory.JumpListPrevAction() - Constructor for class org.netbeans.editor.ActionFactory.JumpListPrevAction
 
ActionFactory.JumpListPrevComponentAction - Class in org.netbeans.editor
This implementation is no longer used, see org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction in the editor module.
ActionFactory.JumpListPrevComponentAction() - Constructor for class org.netbeans.editor.ActionFactory.JumpListPrevComponentAction
 
ActionFactory.LastNonWhiteAction - Class in org.netbeans.editor
 
ActionFactory.LastNonWhiteAction(String, boolean) - Constructor for class org.netbeans.editor.ActionFactory.LastNonWhiteAction
 
ActionFactory.RedoAction - Class in org.netbeans.editor
 
ActionFactory.RedoAction() - Constructor for class org.netbeans.editor.ActionFactory.RedoAction
 
ActionFactory.ReindentLineAction - Class in org.netbeans.editor
 
ActionFactory.ReindentLineAction() - Constructor for class org.netbeans.editor.ActionFactory.ReindentLineAction
 
ActionFactory.RemoveLineAction - Class in org.netbeans.editor
 
ActionFactory.RemoveLineAction() - Constructor for class org.netbeans.editor.ActionFactory.RemoveLineAction
 
ActionFactory.RemoveLineBeginAction - Class in org.netbeans.editor
 
ActionFactory.RemoveLineBeginAction() - Constructor for class org.netbeans.editor.ActionFactory.RemoveLineBeginAction
 
ActionFactory.RemoveSelectionAction - Class in org.netbeans.editor
 
ActionFactory.RemoveSelectionAction() - Constructor for class org.netbeans.editor.ActionFactory.RemoveSelectionAction
 
ActionFactory.RemoveTabAction - Class in org.netbeans.editor
 
ActionFactory.RemoveTabAction() - Constructor for class org.netbeans.editor.ActionFactory.RemoveTabAction
 
ActionFactory.RemoveWordNextAction - Class in org.netbeans.editor
 
ActionFactory.RemoveWordNextAction() - Constructor for class org.netbeans.editor.ActionFactory.RemoveWordNextAction
 
ActionFactory.RemoveWordPreviousAction - Class in org.netbeans.editor
 
ActionFactory.RemoveWordPreviousAction() - Constructor for class org.netbeans.editor.ActionFactory.RemoveWordPreviousAction
 
ActionFactory.RunMacroAction - Class in org.netbeans.editor
 
ActionFactory.RunMacroAction(String) - Constructor for class org.netbeans.editor.ActionFactory.RunMacroAction
 
ActionFactory.ScrollDownAction - Class in org.netbeans.editor
 
ActionFactory.ScrollDownAction() - Constructor for class org.netbeans.editor.ActionFactory.ScrollDownAction
 
ActionFactory.ScrollUpAction - Class in org.netbeans.editor
 
ActionFactory.ScrollUpAction() - Constructor for class org.netbeans.editor.ActionFactory.ScrollUpAction
 
ActionFactory.SelectIdentifierAction - Class in org.netbeans.editor
 
ActionFactory.SelectIdentifierAction() - Constructor for class org.netbeans.editor.ActionFactory.SelectIdentifierAction
 
ActionFactory.SelectNextParameterAction - Class in org.netbeans.editor
 
ActionFactory.SelectNextParameterAction() - Constructor for class org.netbeans.editor.ActionFactory.SelectNextParameterAction
 
ActionFactory.ShiftLineAction - Class in org.netbeans.editor
 
ActionFactory.ShiftLineAction(String, boolean) - Constructor for class org.netbeans.editor.ActionFactory.ShiftLineAction
 
ActionFactory.StartMacroRecordingAction - Class in org.netbeans.editor
 
ActionFactory.StartMacroRecordingAction() - Constructor for class org.netbeans.editor.ActionFactory.StartMacroRecordingAction
 
ActionFactory.StartNewLine - Class in org.netbeans.editor
Starts a new line in code.
ActionFactory.StartNewLine() - Constructor for class org.netbeans.editor.ActionFactory.StartNewLine
 
ActionFactory.StopMacroRecordingAction - Class in org.netbeans.editor
 
ActionFactory.StopMacroRecordingAction() - Constructor for class org.netbeans.editor.ActionFactory.StopMacroRecordingAction
 
ActionFactory.ToggleHighlightSearchAction - Class in org.netbeans.editor
 
ActionFactory.ToggleHighlightSearchAction() - Constructor for class org.netbeans.editor.ActionFactory.ToggleHighlightSearchAction
 
ActionFactory.ToggleLineNumbersAction - Class in org.netbeans.editor
Switch visibility of line numbers in editor
ActionFactory.ToggleLineNumbersAction() - Constructor for class org.netbeans.editor.ActionFactory.ToggleLineNumbersAction
 
ActionFactory.ToggleTypingModeAction - Class in org.netbeans.editor
Switch to overwrite mode or back to insert mode
ActionFactory.ToggleTypingModeAction() - Constructor for class org.netbeans.editor.ActionFactory.ToggleTypingModeAction
 
ActionFactory.UndoAction - Class in org.netbeans.editor
 
ActionFactory.UndoAction() - Constructor for class org.netbeans.editor.ActionFactory.UndoAction
 
ActionFactory.WordMatchAction - Class in org.netbeans.editor
 
ActionFactory.WordMatchAction(String, boolean) - Constructor for class org.netbeans.editor.ActionFactory.WordMatchAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.AbbrevExpandAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.AbbrevResetAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.AdjustCaretAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.AdjustWindowAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.AnnotationsCyclingAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.ChangeCaseAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.CollapseAllFolds
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.CollapseFold
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.CutToLineBeginOrEndAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.DumpViewHierarchyAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.ExpandAllFolds
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.ExpandFold
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.FindNextAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.FindPreviousAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.FindSelectionAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.FirstNonWhiteAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.FormatAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.GenerateGutterPopupAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.InsertDateTimeAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.JumpListNextAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.JumpListNextComponentAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.JumpListPrevAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.JumpListPrevComponentAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.LastNonWhiteAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.RedoAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.ReindentLineAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.RemoveLineAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.RemoveLineBeginAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.RemoveSelectionAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.RemoveTabAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.RemoveWordNextAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.RemoveWordPreviousAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.RunMacroAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.ScrollDownAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.ScrollUpAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.SelectIdentifierAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.SelectNextParameterAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.ShiftLineAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.StartMacroRecordingAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.StartNewLine
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.StopMacroRecordingAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.ToggleHighlightSearchAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.ToggleLineNumbersAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.ToggleTypingModeAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.UndoAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ActionFactory.WordMatchAction
 
actionPerformed(ActionEvent) - Method in class org.netbeans.editor.BaseAction
This method is made final here as there's an important processing that must be done before the real action functionality is performed.
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseAction
The target method that performs the real action functionality.
actionPerformed(ActionEvent) - Method in class org.netbeans.editor.BaseCaret
Fired when blink timer fires
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.BackwardAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.BeepAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.BeginAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.BeginLineAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.BeginWordAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.CompoundAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.CopyAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.CutAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.DefaultKeyTypedAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.DeleteCharAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.DownAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.EndAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.EndLineAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.EndWordAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.ForwardAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.InsertBreakAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.InsertContentAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.InsertStringAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.InsertTabAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.KitCompoundAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.NextWordAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.PageDownAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.PageUpAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.PasteAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.PreviousWordAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.ReadOnlyAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.RemoveTrailingSpacesAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.SplitLineAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.UpAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.BaseKit.WritableAction
 
actionPerformed(ActionEvent) - Method in class org.netbeans.editor.DelegateAction
 
actionPerformed(ActionEvent) - Method in class org.netbeans.editor.ext.Completion
Called to do either displaying or refreshing of the view.
actionPerformed(ActionEvent) - Method in class org.netbeans.editor.ext.CompletionJavaDoc
Invoked when an action occurs.
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.AllCompletionShowAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.BuildPopupMenuAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.BuildToolTipAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.CodeSelectAction
Deprecated.  
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.CommentAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.CompletionShowAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.CompletionTooltipShowAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.DocumentationShowAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.EscapeAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.ExtDefaultKeyTypedAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.FindAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.GotoAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.GotoDeclarationAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.MatchBraceAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.PrefixMakerAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.ReplaceAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.ShowPopupMenuAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.ToggleCaseIdentifierBeginAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.editor.ext.ExtKit.UncommentAction
 
actionPerformed(ActionEvent) - Method in class org.netbeans.editor.ext.FindDialogSupport
Deprecated.  
actionPerformed(ActionEvent) - Method in class org.netbeans.editor.ext.GotoDialogSupport
 
actionPerformed(ActionEvent) - Method in class org.netbeans.editor.ext.ToolTipSupport
 
actionPerformed(ActionEvent) - Method in class org.netbeans.editor.MacroDialogSupport
 
actionPerformed(ActionEvent) - Method in class org.netbeans.editor.WeakTimerListener
 
actionsToMap(Action[]) - Static method in class org.netbeans.editor.BaseKit
Creates map with [name, action] pairs from the given array of actions.
activate(AnnotationDesc) - Method in class org.netbeans.editor.Annotations.LineAnnotations
Make the given annotation active.
activate(JTextComponent) - Static method in class org.netbeans.editor.Registry
Deprecated. Put the component to the first position in the array of last accessed components.
activate(BaseDocument) - Static method in class org.netbeans.editor.Registry
Deprecated. Put the document to the first position in the array of last accessed documents.
activateComponent(JTextComponent) - Method in class org.netbeans.editor.ImplementationProvider
Deprecated. Activates the given component or one of its ancestors.
activateLayer - Variable in class org.netbeans.editor.MarkFactory.DrawMark
Activation flag means either activate layer or deactivate it
activateNext() - Method in class org.netbeans.editor.Annotations.LineAnnotations
Activate next annoation on the line.
activateNextAnnotation(int) - Method in class org.netbeans.editor.Annotations
Activate next annotation on the line.
add(char[], Font, Color, Color) - Method in interface org.netbeans.editor.PrintContainer
Add the attributed characters to the container.
add(Class, EventListener) - Method in class org.netbeans.editor.WeakEventListenerList
Adds the listener as a listener of the specified type.
addAction(JTextComponent, JPopupMenu, String) - Method in class org.netbeans.editor.ext.ExtKit.BuildPopupMenuAction
Add the action to the popup menu.
addActionForKeyStroke(KeyStroke, Action) - Method in class org.netbeans.editor.MultiKeymap
 
addAnnotation(AnnotationDesc) - Method in class org.netbeans.editor.Annotations
Add annotation
addAnnotation(AnnotationDesc) - Method in class org.netbeans.editor.Annotations.LineAnnotations
Add annotation to this line and activate it.
addAnnotationsListener(Annotations.AnnotationsListener) - Method in class org.netbeans.editor.Annotations
Add AnnotationsListener listener
addAtomicLockListener(AtomicLockListener) - Method in interface org.netbeans.editor.AtomicLockDocument
 
addAtomicLockListener(AtomicLockListener) - Method in class org.netbeans.editor.BaseDocument
 
addBlock(int, int) - Method in class org.netbeans.editor.FinderFactory.AbstractBlocksFinder
 
addBlock(int, int, boolean) - Method in class org.netbeans.editor.MarkBlockChain
Add non-empty block to the chain of blocks
addButton - Variable in class org.netbeans.editor.MacroSavePanel
 
addCell(String, String[]) - Method in class org.netbeans.editor.StatusBar
 
addCell(int, String, String[]) - Method in class org.netbeans.editor.StatusBar
 
addChain(MarkBlock) - Method in class org.netbeans.editor.MarkBlock
Add block after this one
addChangeListener(ChangeListener) - Method in class org.netbeans.editor.BaseCaret
Adds listener to track when caret position was changed
addChangeListener(ChangeListener) - Static method in class org.netbeans.editor.Registry
Deprecated. Add weak listener to listen to change of activity of documents or components.
addChar(char) - Method in class org.netbeans.editor.Abbrev
Add typed character to abbreviation accounting string.
addComponent(JTextComponent) - Static method in class org.netbeans.editor.Registry
Deprecated. Add component to registry.
addCustomCell(int, JLabel) - Method in class org.netbeans.editor.StatusBar
 
addDeclaredTokenIDs() - Method in class org.netbeans.editor.TokenContext
Add all static-final token-id fields declared in this token-context using Class.getDeclaredFields() call.
addDocument(BaseDocument) - Static method in class org.netbeans.editor.Registry
Deprecated. Add document to registry.
addDocumentListener(DocumentListener) - Method in class org.netbeans.editor.BaseDocument
 
addEdit(UndoableEdit) - Method in class org.netbeans.editor.BaseDocumentEvent
 
addEntry(JTextComponent, int) - Static method in class org.netbeans.editor.JumpList
Adds a new entry to the list.
addFilter(Settings.Filter) - Static method in class org.netbeans.editor.Settings
Add filter instance to the list of current filters.
addFormatLayer(FormatLayer) - Method in class org.netbeans.editor.ext.ExtFormatter
Add the new format layer to the layer hierarchy.
addInitializer(Settings.Initializer) - Static method in class org.netbeans.editor.Settings
Add the initializer at the system level and perform reset.
addInitializer(Settings.Initializer, int) - Static method in class org.netbeans.editor.Settings
Add initializer instance to the list of current initializers.
addLayer(DrawLayer, int) - Method in class org.netbeans.editor.BaseDocument
Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
addLayer(DrawLayer, int) - Method in class org.netbeans.editor.EditorUI
Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
addLocalizer(LocaleSupport.Localizer) - Static method in class org.netbeans.editor.LocaleSupport
Deprecated. Add a new localizer to the localizer array.
addMark(int) - Method in class org.netbeans.editor.MarkChain
 
addMark(int, boolean) - Method in class org.netbeans.editor.MarkChain
Add mark to the chain
addOption(String) - Method in class org.netbeans.editor.ext.KeywordMatchGenerator
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.editor.AnnotationDesc
Add listeners on changes of annotation properties
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.editor.AnnotationType
Add listeners on changes of annotation type properties
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.editor.AnnotationTypes
Add listeners on changes of annotation type properties
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.editor.EditorUI
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.netbeans.editor.EditorUI
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.editor.ext.ToolTipSupport
Add the listener for the property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.editor.FindSupport
Deprecated. Add weak listener to listen to change of any property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.netbeans.editor.FindSupport
Deprecated.  
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.editor.WeakPropertyChangeSupport
Add weak listener to listen to change of any property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.netbeans.editor.WeakPropertyChangeSupport
Add weak listener to listen to change of the specified property.
addSettingsChangeListener(SettingsChangeListener) - Static method in class org.netbeans.editor.Settings
Add weak listener to listen to change of any property.
addStyle(String, Style) - Method in class org.netbeans.editor.GuardedDocument
Adds style to the document
addStyledLayer(String, Style) - Method in class org.netbeans.editor.GuardedDocument
Deprecated. Please use Highlighting SPI instead, for details see Editor Library 2.
addStyleToLayerMapping(String, String) - Method in class org.netbeans.editor.GuardedDocument
 
addTask(Runnable) - Method in class org.netbeans.editor.view.spi.ViewLayoutQueue
Add a task to the queue.
addToHistory - Variable in class org.netbeans.editor.ext.CompletionJavaDoc
 
addToHistory(Object) - Method in class org.netbeans.editor.ext.CompletionJavaDoc
 
addToHistory(FindSupport.SearchPatternWrapper) - Method in class org.netbeans.editor.FindSupport
Deprecated.  
addTokenID(TokenID) - Method in class org.netbeans.editor.TokenContext
Add token-id to the set of token-ids that belong to this context.
adjustCaret(int) - Method in class org.netbeans.editor.EditorUI
Set the dot according to the currently visible screen window.
adjustCaretBottomAction - Static variable in class org.netbeans.editor.BaseKit
Action that moves the caret so that caret is at the bottom of the window
adjustCaretCenterAction - Static variable in class org.netbeans.editor.BaseKit
Action that moves the caret so that caret is at the center of the window
adjustCaretTopAction - Static variable in class org.netbeans.editor.BaseKit
Action that moves the caret so that caret is at the top of the window
AdjustFinder - Interface in org.netbeans.editor
Advanced finder that can adjust the start and limit position of the search.
adjustLimitPos(BaseDocument, int) - Method in interface org.netbeans.editor.AdjustFinder
Adjust the limit position of the search (it's the position where the search will end) to be either the same or greater.
adjustLimitPos(BaseDocument, int) - Method in class org.netbeans.editor.ext.ExtFinderFactory.LineBlocksFinder
 
adjustLimitPos(BaseDocument, int) - Method in class org.netbeans.editor.ext.ExtFinderFactory.LineBwdFinder
 
adjustLimitPos(BaseDocument, int) - Method in class org.netbeans.editor.ext.ExtFinderFactory.LineFwdFinder
 
adjustStartPos(BaseDocument, int) - Method in interface org.netbeans.editor.AdjustFinder
Adjust start position of the search to be either the same or lower.
adjustStartPos(BaseDocument, int) - Method in class org.netbeans.editor.ext.ExtFinderFactory.LineBlocksFinder
 
adjustStartPos(BaseDocument, int) - Method in class org.netbeans.editor.ext.ExtFinderFactory.LineBwdFinder
 
adjustStartPos(BaseDocument, int) - Method in class org.netbeans.editor.ext.ExtFinderFactory.LineFwdFinder
 
adjustToBlockEnd(int) - Method in class org.netbeans.editor.MarkBlockChain
 
adjustToNextBlockStart(int) - Method in class org.netbeans.editor.MarkBlockChain
Return the position adjusted to the start of the next mark-block.
adjustWindow(int) - Method in class org.netbeans.editor.EditorUI
 
adjustWindowBottomAction - Static variable in class org.netbeans.editor.BaseKit
Action that scrolls the window so that caret is at the bottom of the window
adjustWindowCenterAction - Static variable in class org.netbeans.editor.BaseKit
Action that scrolls the window so that caret is at the center of the window
adjustWindowTopAction - Static variable in class org.netbeans.editor.BaseKit
Action that scrolls the window so that caret is at the top of the window
AFTER - Static variable in class org.netbeans.editor.MarkBlock
Tested block completely after THIS mark block.
afterBreak(JTextComponent, BaseDocument, Caret, Object) - Method in class org.netbeans.editor.BaseKit.InsertBreakAction
Hook called after the enter was inserted and cursor repositioned.
afterCaretFont - Variable in class org.netbeans.editor.BaseCaret
Font of the text underlying the caret.
allCompletionShowAction - Static variable in class org.netbeans.editor.ext.ExtKit
 
ALWAYS - Static variable in class org.netbeans.editor.ext.ExtSettingsNames
Two levels of performing auto update of Code Completion DB ALWAYS - PD is updated automatically after mounting a new filesystem NEVER - PD is never updated after mounting a new filesystem
alwaysDisplayPopup() - Method in class org.netbeans.editor.ext.CompletionJavaDoc
If true, the javadoc popup will remain open during completion item change and "Searching..." dialog will be shown.
Analyzer - Class in org.netbeans.editor
Various text analyzes over the document
annotateLoggable(Throwable) - Static method in class org.netbeans.editor.Utilities
Deprecated. Use java.util.logging.Logger instead with the proper name, log level and message.
ANNOTATION_LAYER_NAME - Static variable in class org.netbeans.editor.DrawLayerFactory
Deprecated. Annotation draw layer name
ANNOTATION_LAYER_VISIBILITY - Static variable in class org.netbeans.editor.DrawLayerFactory
Deprecated. Annotation draw layer visibility
AnnotationDesc - Class in org.netbeans.editor
Description of the annotation.
AnnotationDesc(int, int) - Constructor for class org.netbeans.editor.AnnotationDesc
 
Annotations - Class in org.netbeans.editor
Annotations class act as data model containing all annotations attached to one document.
Annotations(BaseDocument) - Constructor for class org.netbeans.editor.Annotations
 
Annotations.AnnotationsListener - Interface in org.netbeans.editor
Listener for listening on changes in Annotations object.
Annotations.LineAnnotations - Class in org.netbeans.editor
Manager of all annotations attached to one line.
Annotations.LineAnnotations() - Constructor for class org.netbeans.editor.Annotations.LineAnnotations
Line number
Annotations.MenuComparator - Class in org.netbeans.editor
 
Annotations.MenuComparator() - Constructor for class org.netbeans.editor.Annotations.MenuComparator
 
annotationsCyclingAction - Static variable in class org.netbeans.editor.BaseKit
Cycle through annotations on the current line
AnnotationType - Class in org.netbeans.editor
Definition of the annotation type.
AnnotationType() - Constructor for class org.netbeans.editor.AnnotationType
 
AnnotationType.CombinationMember - Class in org.netbeans.editor
Hepler class describing annotation type and whether all occurences of this type should be absorbed by combination or not.
AnnotationType.CombinationMember(String, boolean, boolean, int) - Constructor for class org.netbeans.editor.AnnotationType.CombinationMember
 
AnnotationType.CombinationMember(String, boolean, boolean, String) - Constructor for class org.netbeans.editor.AnnotationType.CombinationMember
 
AnnotationType.Severity - Class in org.netbeans.editor
 
AnnotationTypes - Class in org.netbeans.editor
Registry of all annotation types.
AnnotationTypes.Loader - Interface in org.netbeans.editor
Loader of annotation types.
append(byte[], int, int) - Method in interface org.netbeans.editor.ext.DataAccessor
Appends exactly len bytes, starting at off of the buffer pointer to the end of file resource.
append(byte[], int, int) - Method in class org.netbeans.editor.ext.FileAccessor
Appends exactly len bytes, starting at off of the buffer pointer to the end of file resource.
appendChildToStringBuffer(StringBuffer, int, int) - Method in class org.netbeans.lib.editor.view.GapBoxView
 
appendString(String) - Method in class org.netbeans.editor.ext.KeywordMatchGenerator
 
apply(DrawContext) - Method in class org.netbeans.editor.Coloring
Apply this coloring to draw context.
apply(JComponent) - Method in class org.netbeans.editor.Coloring
Apply this coloring to component colors/font.
apply(Coloring) - Method in class org.netbeans.editor.Coloring
Apply this coloring to some other coloring c and return the resulting coloring.
asynchonous() - Method in class org.netbeans.editor.BaseAction
 
asynchonous() - Method in class org.netbeans.editor.BaseKit.RemoveTrailingSpacesAction
 
atomicLock() - Method in interface org.netbeans.editor.AtomicLockDocument
 
atomicLock(AtomicLockEvent) - Method in interface org.netbeans.editor.AtomicLockListener
 
atomicLock(AtomicLockEvent) - Method in class org.netbeans.editor.BaseCaret
 
atomicLock() - Method in class org.netbeans.editor.BaseDocument
 
AtomicLockDocument - Interface in org.netbeans.editor
Document that supports atomic locking allows for transactional modifications.
AtomicLockEvent - Class in org.netbeans.editor
Event for atomic lock listener notifications.
AtomicLockListener - Interface in org.netbeans.editor
Listener for begining and end of the atomic locking.
atomicUndo() - Method in interface org.netbeans.editor.AtomicLockDocument
 
atomicUndo() - Method in class org.netbeans.editor.BaseDocument
 
atomicUnlock() - Method in interface org.netbeans.editor.AtomicLockDocument
 
atomicUnlock(AtomicLockEvent) - Method in interface org.netbeans.editor.AtomicLockListener
 
atomicUnlock(AtomicLockEvent) - Method in class org.netbeans.editor.BaseCaret
 
atomicUnlock() - Method in class org.netbeans.editor.BaseDocument
 
attachListeners() - Method in class org.netbeans.editor.DrawEngineFakeDocView
 
attrs - Variable in class org.netbeans.editor.BaseElement
Atributes of this element
autoPopup() - Method in class org.netbeans.editor.ext.CompletionJavaDoc
Returns whether javadoc window should be invoked automatically
axisToString(int) - Static method in class org.netbeans.lib.editor.view.ViewUtilitiesImpl
 

org.netbeans.modules.editor.lib/1 1.14.0 3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.