org.netbeans.spi.editor.highlighting.support |
org.netbeans.spi.editor.lib2.highlighting.support
The support package provides several implementations of the
HighlightsContainer interface.
|
Java Source File Name | Type | Comment |
AbstractHighlightsContainer.java | Class | The default implementation of the HighlightsContainer interface. |
MergingOffsetsBagTest.java | Class | |
MergingPositionsBagTest.java | Class | |
OffsetsBag.java | Class | A bag of highlighted areas specified by their offsets in a document.
The highlighted areas (highlights) are determined by their starting and ending
offsets in a document and the set of attributes that should be used for rendering
that area. |
OffsetsBagTest.java | Class | |
PositionsBag.java | Class | A bag of highlighted areas specified by their document Position s.
The highlighted areas (highlights) are determined by their starting and ending
positions in a document and the set of attributes that should be used for rendering
that area. |
PositionsBagRandomTest.java | Class | |
PositionsBagTest.java | Class | |