Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.accessibility.AccessibleContext
java.awt.Component.AccessibleAWTComponent
java.awt.TextComponent.AccessibleAWTTextComponent
protected class TextComponent.AccessibleAWTTextComponent
extends Component.AccessibleAWTComponent
implements AccessibleText, TextListener
Nested Class Summary |
Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent | |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler , Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
Field Summary |
Fields inherited from class java.awt.Component.AccessibleAWTComponent | |
accessibleAWTComponentHandler , accessibleAWTFocusHandler |
Fields inherited from interface javax.accessibility.AccessibleText | |
CHARACTER , SENTENCE , WORD |
Constructor Summary | |
|
Method Summary | |
AccessibleRole | |
AccessibleStateSet | |
AccessibleText | |
String |
|
String |
|
String |
|
int | |
int | |
AttributeSet |
|
Rectangle |
|
int |
|
String | |
int | |
int | |
void |
|
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public AccessibleAWTTextComponent()
The basic constructor. Object is special, because it has no superclass, so there is no call to super().
public AccessibleRole getAccessibleRole()
- Overrides:
- getAccessibleRole in interface Component.AccessibleAWTComponent
public AccessibleStateSet getAccessibleStateSet()
- Overrides:
- getAccessibleStateSet in interface Component.AccessibleAWTComponent
public AccessibleText getAccessibleText()
- Overrides:
- getAccessibleText in interface AccessibleContext
public String getAfterIndex(int part, int index)
- Specified by:
- getAfterIndex in interface AccessibleText
public String getAtIndex(int part, int index)
- Specified by:
- getAtIndex in interface AccessibleText
public String getBeforeIndex(int part, int index)
- Specified by:
- getBeforeIndex in interface AccessibleText
public int getCaretPosition()
- Specified by:
- getCaretPosition in interface AccessibleText
public AttributeSet getCharacterAttribute(int index)
- Specified by:
- getCharacterAttribute in interface AccessibleText
public Rectangle getCharacterBounds(int index)
- Specified by:
- getCharacterBounds in interface AccessibleText
public int getIndexAtPoint(Point point)
- Specified by:
- getIndexAtPoint in interface AccessibleText
public String getSelectedText()
- Specified by:
- getSelectedText in interface AccessibleText
public int getSelectionStart()
- Specified by:
- getSelectionStart in interface AccessibleText
public void textValueChanged(TextEvent event)
- Specified by:
- textValueChanged in interface TextListener