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. |
Modifier and Type | Interface and Description |
---|---|
interface |
ReleasableHighlightsContainer
Highlights container that wishes to free its resources once the highlighting manager
stops using it.
|
Modifier and Type | Method and Description |
---|---|
static HighlightsLayer |
HighlightsLayer.create(String layerTypeId,
ZOrder zOrder,
boolean fixedSize,
HighlightsContainer container)
Creates a new
HighlightsLayer with contents defined by
HighlightsContainer . |
Constructor and Description |
---|
HighlightsChangeEvent(HighlightsContainer source,
int startOffset,
int endOffset)
Creates a new instance of
HighlightsChangeEvent . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHighlightsContainer
The default implementation of the
HighlightsContainer interface. |
class |
OffsetsBag
A bag of highlighted areas specified by their offsets in a document.
|
class |
PositionsBag
A bag of highlighted areas specified by their document
Position s. |