Package | Description |
---|---|
oracle.javatools.buffer |
The
TextBuffer package assists in the manipulation of in-memory text content, whether it is read-only text, or read-write text. |
oracle.javatools.editor |
The
Editor package is a basic framework for an editor component with syntax highlighting capabilities, built on top of the Swing text framework. |
oracle.javatools.editor.gutter |
The Line Gutter package is a subset of the Editor package, and contains API for working with a
Gutter associated with an editor pane. |
oracle.javatools.editor.language |
The Language package is a subset of the Editor package, and is the framework for extending the editor with color syntax highlighting, brace matching, and other language or content-specific editing features.
|
oracle.javatools.parser.css |
Modifier and Type | Method and Description |
---|---|
LineMap |
TextBufferDecorator.getLineMap()
Fetches a line map for the text buffer.
|
LineMap |
TextBuffer.getLineMap()
Fetches a line map for the text buffer.
|
LineMap |
AbstractTextBuffer.getLineMap()
Fetches a line map for the text buffer.
|
static LineMap |
Util.lineMap(ReadTextBuffer textBuffer)
Creates a line map for the specified text buffer.
|
Modifier and Type | Method and Description |
---|---|
LineMap |
BasicDocument.getLineMap()
Fetches a line map for this document for calculating line positions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LineGutterPlugin.Column.Mark.updateHighlight(LineMap lineMap)
Utility routine to create or update the highlight when the mark is created or moved.
|
Modifier and Type | Method and Description |
---|---|
LineMap |
AbstractDocumentRenderer.getLineMap()
Convenience method for fetching the linemap of the document.
|
Modifier and Type | Field and Description |
---|---|
protected LineMap |
CSSLexer._mLineMap |
Modifier and Type | Method and Description |
---|---|
void |
CSSLexer.setLineMap(LineMap lineMap) |