|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
javax.accessibility.AccessibleContext
![]()
![]()
![]()
java.awt.Component.AccessibleAWTComponent
![]()
![]()
![]()
java.awt.TextComponent.AccessibleAWTTextComponent
, Serializable
, EventListener
, AccessibleComponent
, AccessibleText

, TextField.AccessibleAWTTextField


protected class TextComponent.AccessibleAWTTextComponent

, TextListener

This class implements accessibility support for the
TextComponent class. It provides an implementation of the
Java Accessibility API appropriate to text component user-interface
elements.
| Nested Class Summary |
|---|
Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler |
| Field Summary |
|---|
Fields inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
accessibleAWTComponentHandler |
Fields inherited from interface javax.accessibility.AccessibleText ![]() |
|---|
CHARACTER |
| Constructor Summary | |
|---|---|
TextComponent.AccessibleAWTTextComponent
Constructs an AccessibleAWTTextComponent. |
|
| Method Summary | |
|---|---|
AccessibleRole |
getAccessibleRole
Gets the role of this object. |
AccessibleStateSet |
getAccessibleStateSet
Gets the state set of the TextComponent. |
AccessibleText |
getAccessibleText
Get the AccessibleText associated with this object. |
String |
getAfterIndex
Returns the String after a given index. |
String |
getAtIndex
Returns the String at a given index. |
String |
getBeforeIndex
Returns the String before a given index. |
int |
getCaretPosition
Returns the zero-based offset of the caret. |
AttributeSet |
getCharacterAttribute
Returns the AttributeSet for a given character (at a given index). |
Rectangle |
getCharacterBounds
Determines the bounding box of the character at the given index into the string. |
int |
getCharCount
Returns the number of characters (valid indicies) |
int |
getIndexAtPoint
Given a point in local coordinates, return the zero-based index of the character under that Point. |
String |
getSelectedText
Returns the portion of the text that is selected. |
int |
getSelectionEnd
Returns the end offset within the selected text. |
int |
getSelectionStart
Returns the start offset within the selected text. |
void |
textValueChanged
TextListener notification of a text value change. |
Methods inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
addFocusListener |
Methods inherited from class javax.accessibility.AccessibleContext ![]() |
|---|
firePropertyChange |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

public TextComponent.AccessibleAWTTextComponent()
| Method Detail |
|---|

public void textValueChanged(TextEvent![]()
![]()
textEvent)
textValueChanged