Package | Description |
---|---|
org.netbeans.api.editor.caret |
The Editor Caret API opens up the editor to give information about its carets
and to manipulate them.
|
org.netbeans.spi.editor.caret |
The Editor Caret SPI contains interface(s) to be implemented by clients
in order to manipulate the editor carets.
|
Modifier and Type | Method and Description |
---|---|
EditorCaret |
EditorCaretEvent.getCaret()
Get caret instance to which this event relates.
|
Modifier and Type | Method and Description |
---|---|
abstract EditorCaret |
NavigationFilterBypass.getEditorCaret()
Access to the entire EditorCaret abstraction
|