Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
AbstractDocumentRenderer
An
AbstractDocumentRenderer is the base class for all DocumentRenderers provided with this editor component. |
class |
LexerDocumentRenderer
An
LexerDocumentRenderer is the abstact starting point for DocumentRenderers implementations based on languages that have Lexer implementations available for tokenizing the language. |