| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicEditorPane
A
BasicEditorPane is an extension of the
JEditorPane to provide more flexible syntax and
background highlighting functionality at a reduced memory and
performance footprint. |
| Modifier and Type | Method and Description |
|---|---|
ActionInvoker |
BasicEditorPane.getActionInvoker()
Fetches the action invoker to use to execute some particular action.
|
ActionInvoker |
BasicCaret.getActionInvoker()
Fetches the action invoker to use to execute some particular action.
|