- OffsetsBag - Class in org.netbeans.spi.editor.highlighting.support
-
A bag of highlighted areas specified by their offsets in a document.
- OffsetsBag(Document) - Constructor for class org.netbeans.spi.editor.highlighting.support.OffsetsBag
-
Creates a new instance of OffsetsBag
, which trims highlights
as they are added.
- OffsetsBag(Document, boolean) - Constructor for class org.netbeans.spi.editor.highlighting.support.OffsetsBag
-
Creates a new instance of OffsetsBag
.
- org.netbeans.api.editor - package org.netbeans.api.editor
-
- org.netbeans.spi.editor.codegen - package org.netbeans.spi.editor.codegen
-
The Code Generator SPI gives modules a chance to plug their own code generators
into the popup that appears in the editor on the Insert Code action invocation.
- org.netbeans.spi.editor.highlighting - package 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 - package org.netbeans.spi.editor.highlighting.support
-
The support package provides several implementations of the
HighlightsContainer
interface.
- org.netbeans.spi.editor.typinghooks - package org.netbeans.spi.editor.typinghooks
-
The Typing Hooks SPI allows modules to intercept various key typed events
handled by the editor infrastructure.