| Package | Description |
|---|---|
| oracle.ide.ceditor |
The
Code Editor package contains the code editing implementation of the JDeveloper IDE. |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeEditor.addCursorListener(CursorListener listener)
Adds a
CursorListener to the list of cursor listeners. |
void |
CodeEditor.addCursorListener(CursorListener listener, boolean batchEvents)
Adds a
CursorListener to the list of cursor listeners. |
void |
CodeEditor.removeCursorListener(CursorListener listener)
Removes a
CursorListener from the list of cursor listeners. |