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 | Method and Description |
---|---|
static HistoryReadTextBuffer |
HistoryReadTextBuffer.acquireReadTextBuffer(ReadTextBuffer buffer, BasicDocumentEvent event)
Acquire a shared (reused) wrapper text buffer for use.
|
Modifier and Type | Method and Description |
---|---|
static void |
HistoryReadTextBuffer.releaseReadTextBuffer(HistoryReadTextBuffer buffer)
Release the wrapper text buffer so that it can be re-used.
|