public interface CaretMoveHandler
Modifier and Type | Method and Description |
---|---|
void |
moveCarets(CaretMoveContext context)
Possibly move one or more carets to new position or change their selections
by using methods in the given context.
|
void moveCarets(@NonNull CaretMoveContext context)
EditorCaret.moveCarets(CaretMoveHandler)
acquired document write-lock.
EditorCaret.moveCarets()
.context
- non-null context containing the manipulation methods.