Package | Description |
---|---|
org.netbeans.spi.editor.highlighting |
The Highlighting SPI is a new way of influencing how text in an editor component
is rendered.
|
org.netbeans.spi.editor.highlighting.support |
The support package provides several implementations of the
HighlightsContainer interface. |
Class and Description |
---|
HighlightsChangeEvent
An event object notifying about a change in highlighting of certain area
of a document.
|
HighlightsChangeListener
The listener of changes in a
HighlightsContainer . |
HighlightsContainer
The container of highlighted areas and their attributes.
|
HighlightsLayer
The highlight layer defines a set of highlights used for rendering a document.
|
HighlightsLayerFactory.Context
The context passed to a factory when it is asked to create
HighlightLayer s. |
HighlightsSequence
An iterator through highlights in a
HighlightsContainer . |
ZOrder
This class determines a position of a
HighlightsLayer in relation
to other layers. |
Class and Description |
---|
HighlightsChangeListener
The listener of changes in a
HighlightsContainer . |
HighlightsContainer
The container of highlighted areas and their attributes.
|
HighlightsSequence
An iterator through highlights in a
HighlightsContainer . |