java.awt
protected class TextComponent.AccessibleAWTTextComponent extends AccessibleAWTComponent implements AccessibleText, TextListener
| Constructor Summary | |
|---|---|
| AccessibleAWTTextComponent() | |
| Method Summary | |
|---|---|
| AccessibleRole | getAccessibleRole() |
| AccessibleStateSet | getAccessibleStateSet() |
| AccessibleText | getAccessibleText() |
| String | getAfterIndex(int part, int index) |
| String | getAtIndex(int part, int index) |
| String | getBeforeIndex(int part, int index) |
| int | getCaretPosition() |
| AttributeSet | getCharacterAttribute(int index) |
| Rectangle | getCharacterBounds(int index) |
| int | getCharCount() |
| int | getIndexAtPoint(Point point) |
| String | getSelectedText() |
| int | getSelectionEnd() |
| int | getSelectionStart() |
| void | textValueChanged(TextEvent event) |