java.awt
Class Container.AccessibleAWTContainer
java.lang.Object
|
+--javax.accessibility.AccessibleContext
|
+--java.awt.Component.AccessibleAWTComponent
|
+--java.awt.Container.AccessibleAWTContainer
This class provides accessibility support for subclasses of container.
Since:Author:- Eric Blake <ebb9@email.byu.edu>
accessibleContainerHandler
protected ContainerListener accessibleContainerHandler
The handler to fire PropertyChange when children are added or removed.
AccessibleAWTContainer
protected AccessibleAWTContainer()
The default constructor.
getAccessibleAt
public Accessible getAccessibleAt(java.awt.Point p)
Return the accessible child located at point (in the parent's
coordinates), if one exists.
Parameters:
Returns:
- an accessible object at that point, or null
Throws:
getAccessibleChild
public Accessible getAccessibleChild(int i)
Return the nth accessible child of the containing accessible object.
Parameters:
Returns:
- the accessible child, or null
getAccessibleChildrenCount
public int getAccessibleChildrenCount()
Return the number of accessible children of the containing accessible
object (at most the total number of its children).
Returns:
- the number of accessible children