org.netbeans.modules.editor.lib2.highlighting |
|
Java Source File Name | Type | Comment |
AbstractOffsetGapList.java | Class | The OffsetGapList is an extension of the gap list storing elements
containing an integer offset.
In order to perform well the implementation of this list stores its elements
in a sequential order sorted by their offset. |
BlockHighlighting.java | Class | |
CaretBasedBlockHighlighting.java | Class | The layer for highlighting a caret row. |
CompoundHighlightsContainer.java | Class | |
CompoundHighlightsContainerTest.java | Class | |
Factory.java | Class | The factory for editor default highlighting layers. |
HighlightingManager.java | Class | |
HighlightingManagerTest.java | Class | |
HighlightingSpiPackageAccessor.java | Class | |
HighlightsLayerAccessor.java | Interface | |
HighlightsLayerFilter.java | Interface | |
MemoryMimeDataProvider.java | Class | |
OffsetGapList.java | Class | The implementation of AbstractOffsetGapList with
Offset elements. |
OffsetGapListTest.java | Class | |
ProxyHighlightsContainer.java | Class | |
ProxyHighlightsContainerTest.java | Class | |
SyntaxHighlighting.java | Class | The syntax coloring layer. |
SyntaxHighlightingTest.java | Class | |
TextSearchHighlighting.java | Class | |