| | |
| | void | cut(int startIndex, int endIndex) |
|
| | void | delete(int startIndex, int endIndex) |
|
| | String | getTextRange(int startIndex, int endIndex) |
|
| | void | insertTextAtIndex(int index, String s) |
|
| | void | paste(int startIndex) |
|
| | void | replaceText(int startIndex, int endIndex, String s) |
|
| | void | selectText(int startIndex, int endIndex) |
|
| | void | setAttributes(int startIndex, int endIndex, AttributeSet as) |
|
| | void | setTextContents(String s) |
|