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.
|
Modifier and Type | Method and Description |
---|---|
int |
EditorCaret.moveCarets(CaretMoveHandler moveHandler)
Move multiple carets or create/modify selections.
|
int |
EditorCaret.moveCarets(CaretMoveHandler moveHandler,
MoveCaretsOrigin origin)
Move multiple carets or create/modify selections, specifies the originating operation.
|