| 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 | Method and Description | 
|---|---|
void | 
BasicEditorUI.addPainter(BasicEditorPainter painter)  | 
void | 
BasicEditorPane.registerPainter(BasicEditorPainter painter)
Register a BasicEditorPainter to paint custom graphics into the editor 
 | 
void | 
BasicEditorUI.removePainter(BasicEditorPainter painter)  | 
void | 
BasicEditorPane.unregisterPainter(BasicEditorPainter painter)  |