SetSelectionCommand
-
Cmn
class SetSelectionCommand : EditCommand
Sets the selection on the text. When start and end have the same value, it sets the cursor position.
See setSelection.
Summary
Public constructors |
|
|---|---|
SetSelectionCommand(start: Int, end: Int) |
Cmn
|
Public functions |
||
|---|---|---|
open Unit |
applyTo(buffer: EditingBuffer)Apply the command on the editing buffer. |
Cmn
|
open operator Boolean |
Cmn
|
|
open Int |
hashCode() |
Cmn
|
open String |
toString() |
Cmn
|
Public properties |
||
|---|---|---|
Int |
The exclusive end offset of the selection region. |
Cmn
|
Int |
The inclusive start offset of the selection region. |
Cmn
|