java.awt
protected class Container.AccessibleAWTContainer extends AccessibleAWTComponent
Since: 1.3
| Nested Class Summary | |
|---|---|
| protected class | Container.AccessibleAWTContainer.AccessibleContainerHandler
This class fires a PropertyChange listener, if registered,
when children are added or removed from the enclosing accessible object.
|
| Field Summary | |
|---|---|
| protected ContainerListener | accessibleContainerHandler
The handler to fire PropertyChange when children are added or removed.
|
| Constructor Summary | |
|---|---|
| protected | AccessibleAWTContainer()
The default constructor. |
| Method Summary | |
|---|---|
| Accessible | getAccessibleAt(Point p)
Return the accessible child located at point (in the parent's
coordinates), if one exists.
|
| Accessible | getAccessibleChild(int i)
Return the nth accessible child of the containing accessible object.
|
| int | getAccessibleChildrenCount()
Return the number of accessible children of the containing accessible
object (at most the total number of its children).
|
Serial: the handler for property changes
Parameters: p the point to look at
Returns: an accessible object at that point, or null
Throws: NullPointerException if p is null
Parameters: i the child to grab, zero-based
Returns: the accessible child, or null
Returns: the number of accessible children