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.Container.AccessibleAWTContainer
protected class Container.AccessibleAWTContainer
extends Component.AccessibleAWTComponent
Nested Class Summary | |
protected class |
|
Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent | |
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler , Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
Field Summary | |
protected ContainerListener |
|
Fields inherited from class java.awt.Component.AccessibleAWTComponent | |
accessibleAWTComponentHandler , accessibleAWTFocusHandler |
Constructor Summary | |
|
Method Summary | |
Accessible |
|
Accessible |
|
int |
|
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
protected ContainerListener accessibleContainerHandler
The handler to fire PropertyChange when children are added or removed.
public Accessible getAccessibleAt(Point p)
Return the accessible child located at point (in the parent's coordinates), if one exists.
- Specified by:
- getAccessibleAt in interface AccessibleComponent
- Overrides:
- getAccessibleAt in interface Component.AccessibleAWTComponent
- Parameters:
p
- the point to look at
- Returns:
- an accessible object at that point, or null
- Throws:
NullPointerException
- if p is null
public Accessible getAccessibleChild(int i)
Return the nth accessible child of the containing accessible object.
- Overrides:
- getAccessibleChild in interface Component.AccessibleAWTComponent
- Parameters:
i
- the child to grab, zero-based
- Returns:
- the accessible child, or null
public int getAccessibleChildrenCount()
Return the number of accessible children of the containing accessible object (at most the total number of its children).
- Overrides:
- getAccessibleChildrenCount in interface Component.AccessibleAWTComponent
- Returns:
- the number of accessible children