|
org.netbeans.modules.editor.lib2/1 1.3 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HighlightsSequence | |
---|---|
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 HighlightsSequence in org.netbeans.spi.editor.highlighting |
---|
Fields in org.netbeans.spi.editor.highlighting declared as HighlightsSequence | |
---|---|
static HighlightsSequence |
HighlightsSequence.EMPTY
An empty HighlightsSequence . |
Methods in org.netbeans.spi.editor.highlighting that return HighlightsSequence | |
---|---|
HighlightsSequence |
HighlightsContainer.getHighlights(int startOffset,
int endOffset)
Provides the list of highlighted areas that should be used for rendering a document. |
Uses of HighlightsSequence in org.netbeans.spi.editor.highlighting.support |
---|
Methods in org.netbeans.spi.editor.highlighting.support that return HighlightsSequence | |
---|---|
HighlightsSequence |
PositionsBag.getHighlights(int startOffset,
int endOffset)
Gets highlights from an area of a document. |
HighlightsSequence |
OffsetsBag.getHighlights(int startOffset,
int endOffset)
Gets highlights from an area of a document. |
abstract HighlightsSequence |
AbstractHighlightsContainer.getHighlights(int startOffset,
int endOffset)
|
Methods in org.netbeans.spi.editor.highlighting.support with parameters of type HighlightsSequence | |
---|---|
void |
OffsetsBag.addAllHighlights(HighlightsSequence bag)
Adds all highlights from the bag passed in. |
void |
OffsetsBag.setHighlights(HighlightsSequence seq)
Resets this bag to use the new set of highlights. |
|
org.netbeans.modules.editor.lib2/1 1.3 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |