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.
|
Class and Description |
---|
CaretInfo
Immutable info about a single caret used in caret API - see
EditorCaret . |
EditorCaret
Extension to standard Swing caret used by all NetBeans editors.
|
EditorCaretEvent
Notification event about changes in editor caret.
|
EditorCaretListener
Listener for changes in editor caret.
|
MoveCaretsOrigin
Describes the operation which initiated the caret navigation.
|
Class and Description |
---|
CaretInfo
Immutable info about a single caret used in caret API - see
EditorCaret . |
CaretMoveContext
Context for carets moving within
CaretMoveHandler . |
EditorCaret
Extension to standard Swing caret used by all NetBeans editors.
|
MoveCaretsOrigin
Describes the operation which initiated the caret navigation.
|