public interface SelectionDelegate extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getSelectionEnd()
Returns the end position of the selected text in the owner element.
|
int |
getSelectionStart()
Returns the start position of the selected text in the owner element.
|
void |
setSelectionEnd(int selectionEnd)
Sets the end position of the selected text in the owner element.
|
void |
setSelectionStart(int selectionStart)
Sets the start position of the selected text in the owner element.
|
int getSelectionStart()
void setSelectionStart(int selectionStart)
selectionStart - the start position of the selected text in the owner elementint getSelectionEnd()
void setSelectionEnd(int selectionEnd)
selectionEnd - the end position of the selected text in the owner elementCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.