| Package | Description |
|---|---|
| oracle.ide.ceditor |
The
Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected LexerDocumentRenderer |
AbstractEditingPlugin.getDocumentRenderer()
Get the document renderer to be used for the various operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected LexerDocumentRenderer |
LexerOffsetsCache.getDocumentRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected LexerOffsetsCache |
LexerDocumentRenderer.createOffsetsCache(LexerDocumentRenderer renderer) |
| Constructor and Description |
|---|
LexerDocumentRenderer.DefaultLexerOffsetsCache(LexerDocumentRenderer documentRenderer)
Constructs a new LexerOffsetsCache for the given style provider.
|
LexerOffsetsCache(LexerDocumentRenderer documentRenderer)
Constructs a new LexerOffsetsCache for the given style provider.
|