|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineMap | |
---|---|
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 |
Uses of LineMap in oracle.javatools.buffer |
---|
Methods in oracle.javatools.buffer that return LineMap | |
---|---|
LineMap |
TextBuffer.getLineMap() Fetches a line map for the text buffer. |
LineMap |
AbstractTextBuffer.getLineMap() Fetches a line map for the text buffer. |
LineMap |
TextBufferDecorator.getLineMap() Fetches a line map for the text buffer. |
static LineMap |
Util.lineMap(ReadTextBuffer textBuffer) Creates a line map for the specified text buffer. |
Uses of LineMap in oracle.javatools.editor |
---|
Methods in oracle.javatools.editor that return LineMap | |
---|---|
LineMap |
BasicDocument.getLineMap() Fetches a line map for this document for calculating line positions. |
Uses of LineMap in oracle.javatools.editor.gutter |
---|
Methods in oracle.javatools.editor.gutter with parameters of type LineMap | |
---|---|
protected void |
LineGutterPlugin.Column.Mark.updateHighlight(LineMap lineMap) Utility routine to create or update the highlight when the mark is created or moved. |
Uses of LineMap in oracle.javatools.editor.language |
---|
Methods in oracle.javatools.editor.language that return LineMap | |
---|---|
LineMap |
AbstractDocumentRenderer.getLineMap() Convenience method for fetching the linemap of the document. |
Uses of LineMap in oracle.javatools.parser.css |
---|
Fields in oracle.javatools.parser.css declared as LineMap | |
---|---|
protected LineMap |
CSSLexer._mLineMap |
Methods in oracle.javatools.parser.css with parameters of type LineMap | |
---|---|
void |
CSSLexer.setLineMap(LineMap lineMap) |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |