|
org.netbeans.modules.editor.lib2/1 1.3 2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HighlightsContainer | |
|---|---|
| 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. |
| Uses of HighlightsContainer in org.netbeans.spi.editor.highlighting |
|---|
| Methods in org.netbeans.spi.editor.highlighting with parameters of type HighlightsContainer | |
|---|---|
static HighlightsLayer |
HighlightsLayer.create(String layerTypeId,
ZOrder zOrder,
boolean fixedSize,
HighlightsContainer container)
Creates a new HighlightsLayer with contents defined by
HighlightsContainer. |
| Constructors in org.netbeans.spi.editor.highlighting with parameters of type HighlightsContainer | |
|---|---|
HighlightsChangeEvent(HighlightsContainer source,
int startOffset,
int endOffset)
Creates a new instance of HighlightsChangeEvent. |
|
| Uses of HighlightsContainer in org.netbeans.spi.editor.highlighting.support |
|---|
| Classes in org.netbeans.spi.editor.highlighting.support that implement HighlightsContainer | |
|---|---|
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 Positions. |
|
org.netbeans.modules.editor.lib2/1 1.3 2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||