GNU Classpath (0.95) | |
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.List.AccessibleAWTList.AccessibleAWTListChild
protected class List.AccessibleAWTList.AccessibleAWTListChild
extends Component.AccessibleAWTComponent
implements Accessible
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 |
Constructor Summary | |
|
Method Summary | |
AccessibleContext |
|
int |
|
AccessibleRole |
|
AccessibleStateSet |
|
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public AccessibleContext getAccessibleContext()
If a component supports the Accessibility API then this method should not returnnull
. Only classes which must extend an accessible class, but must not itself be accessible, may return null.
- Specified by:
- getAccessibleContext in interface Accessible
- Returns:
- the context associated with this accessible object
public int getAccessibleIndexInParent()
Returns the index of this component in its accessible parent.
- Overrides:
- getAccessibleIndexInParent in interface Component.AccessibleAWTComponent
- Returns:
- the index, or -1 if the parent is not accessible
public AccessibleRole getAccessibleRole()
Returns the role of this component.
- Overrides:
- getAccessibleRole in interface Component.AccessibleAWTComponent
- Returns:
- the accessible role
public AccessibleStateSet getAccessibleStateSet()
Returns a state set describing this component's state.
- Overrides:
- getAccessibleStateSet in interface Component.AccessibleAWTComponent
- Returns:
- a new state set
- See Also:
AccessibleState
GNU Classpath (0.95) |