Skip navigation links
org.netbeans.modules.editor.lib2/1 2.19.1 55
A B C D E F G H I L M N O P R S T U V W Z 

A

AbstractEditorAction - Class in org.netbeans.spi.editor
Base class for editor actions that should be used together with EditorActionRegistration annotation.
AbstractEditorAction(Map<String, ?>) - Constructor for class org.netbeans.spi.editor.AbstractEditorAction
Constructor that takes a map of attributes that are typically obtained from an xml layer when an action's creation method is annotated with @EditorActionRegistration.
AbstractEditorAction() - Constructor for class org.netbeans.spi.editor.AbstractEditorAction
Constructor typically used when action is constructed lazily upon its performing (the action is always enabled and its properties are declared in xml layer by annotation processor for @EditorActionRegistration).
AbstractHighlightsContainer - Class in org.netbeans.spi.editor.highlighting.support
The default implementation of the HighlightsContainer interface.
AbstractHighlightsContainer() - Constructor for class org.netbeans.spi.editor.highlighting.support.AbstractHighlightsContainer
Creates a new instance of AbstractHighlightsContainer
actionName() - Method in class org.netbeans.spi.editor.AbstractEditorAction
 
actionPerformed(ActionEvent, JTextComponent) - Method in class org.netbeans.spi.editor.AbstractEditorAction
Implementation of the action must be defined by descendants.
actionPerformed(ActionEvent) - Method in class org.netbeans.spi.editor.AbstractEditorAction
 
addAllHighlights(HighlightsSequence) - Method in class org.netbeans.spi.editor.highlighting.support.OffsetsBag
Adds all highlights from the bag passed in.
addAllHighlights(PositionsBag) - Method in class org.netbeans.spi.editor.highlighting.support.PositionsBag
Adds all highlights from the bag passed in.
addCaret(Position, Position.Bias, Position, Position.Bias) - Method in class org.netbeans.api.editor.caret.EditorCaret
Create a new caret at the given position with a possible selection.
addCaretDown - Static variable in class org.netbeans.api.editor.EditorActionNames
Add a new caret at the line below (at the same column) for all existing carets.
addCarets(List<Position>, List<Position.Bias>) - Method in class org.netbeans.api.editor.caret.EditorCaret
Add multiple carets at once.
addCaretUndoableEdit(Document, Caret) - Static method in class org.netbeans.api.editor.EditorUtilities
Add an undoable edit describing current state of caret(s) during document's atomic section.
addCaretUp - Static variable in class org.netbeans.api.editor.EditorActionNames
Add a new caret at the line above (at the same column) for all existing carets.
addChangeListener(ChangeListener) - Method in class org.netbeans.api.editor.caret.EditorCaret
Adds listener to track caret position changes (to fulfil Caret interface).
addEditorCaretListener(EditorCaretListener) - Method in class org.netbeans.api.editor.caret.EditorCaret
Adds listener to track caret changes in detail.
addHighlight(int, int, AttributeSet) - Method in class org.netbeans.spi.editor.highlighting.support.OffsetsBag
Adds a highlight to this bag.
addHighlight(Position, Position, AttributeSet) - Method in class org.netbeans.spi.editor.highlighting.support.PositionsBag
Adds a highlight to this bag.
addHighlightsChangeListener(HighlightsChangeListener) - Method in interface org.netbeans.spi.editor.highlighting.HighlightsContainer
Adds a listener to this highlights container.
addHighlightsChangeListener(HighlightsChangeListener) - Method in class org.netbeans.spi.editor.highlighting.support.AbstractHighlightsContainer
Adds HighlightsChangeListener to this container.
addPropertyChangeListener(PropertyChangeListener) - Static method in class org.netbeans.api.editor.EditorRegistry
Add a property change listener for either of the following properties: EditorRegistry.FOCUS_GAINED_PROPERTY EditorRegistry.FOCUS_LOST_PROPERTY EditorRegistry.FOCUSED_DOCUMENT_PROPERTY .
addPropertyChangeListener(PropertyChangeListener) - Method in class org.netbeans.api.editor.NavigationHistory
 
addUndoEdit(UndoableEdit) - Method in class org.netbeans.spi.editor.document.OnSaveTask.Context
Task may add a custom undoable edit related to its operation by using this method.
addWindow(JComponent) - Method in class org.netbeans.api.editor.StickyWindowSupport
Add a sticky window to the editor.
afterChange(CamelCaseInterceptor.MutableContext) - Method in interface org.netbeans.spi.editor.typinghooks.CamelCaseInterceptor
This method is called after text is removed from a document and/or its editor's caret is adjusted.
afterInsert(TypedBreakInterceptor.Context) - Method in interface org.netbeans.spi.editor.typinghooks.TypedBreakInterceptor
This method is called after the text is inserted into a document and its editor's caret is adjusted.
afterInsert(TypedTextInterceptor.Context) - Method in interface org.netbeans.spi.editor.typinghooks.TypedTextInterceptor
This method is called after text is inserted into a document and its editor's caret is adjusted.
afterRemove(DeletedTextInterceptor.Context) - Method in interface org.netbeans.spi.editor.typinghooks.DeletedTextInterceptor
This method is called after text is removed from a document and its editor's caret is adjusted.
asynchronous() - Method in class org.netbeans.spi.editor.AbstractEditorAction
Possibly allow asynchronous execution of this action by returning true.
ASYNCHRONOUS_KEY - Static variable in class org.netbeans.spi.editor.AbstractEditorAction
Key of Boolean property containing a boolean whether the action should be performed asynchronously or synchronously.
ATTR_EXTENDS_EMPTY_LINE - Static variable in interface org.netbeans.spi.editor.highlighting.HighlightsContainer
The attribute key for highlights that need to show up on empty lines.
ATTR_EXTENDS_EOL - Static variable in interface org.netbeans.spi.editor.highlighting.HighlightsContainer
The attribute key for highlights that need to span across a whole line.
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links
org.netbeans.modules.editor.lib2/1 2.19.1 55

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