Package | Description |
---|---|
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 |
---|---|
void |
CaretMoveHandler.moveCarets(CaretMoveContext context)
Possibly move one or more carets to new position or change their selections
by using methods in the given context.
|