- 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
- 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.
- 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
-
- 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.
- 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.