public final class EditorCaretEvent extends EventObject
source
Modifier and Type | Method and Description |
---|---|
int |
getAffectedEndOffset()
Get end of the region that was affected by caret change.
|
int |
getAffectedStartOffset()
Get start of the region that was affected by caret change.
|
EditorCaret |
getCaret()
Get caret instance to which this event relates.
|
getSource, toString
@NonNull public EditorCaret getCaret()
public int getAffectedStartOffset()
public int getAffectedEndOffset()