public interface CanSelectText
| Modifier and Type | Method and Description |
|---|---|
void |
select(int from,
int to)
Selects text starting from index
from (inclusive) and ending at index to (exclusive). |
void |
selectAll()
Selects entire text in the component.
|
void |
selectNone()
Removes the current selection and selects no text.
|
void selectAll()
void selectNone()
void select(int from,
int to)
from (inclusive) and ending at index to (exclusive).from - Starting index (inclusive).to - Ending index (exclusive).Copyright © 2023 Miki. All rights reserved.