Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt

Class Container.AccessibleAWTContainer

java.lang.Object
|
+--javax.accessibility.AccessibleContext
   |
   +--java.awt.Component.AccessibleAWTComponent
      |
      +--java.awt.Container.AccessibleAWTContainer


protected class Container.AccessibleAWTContainer

extends Component.AccessibleAWTComponent

This class provides accessibility support for subclasses of container.

Since:Author:

Field Summary

java.awt.event.ContainerListeneraccessibleContainerHandler

The handler to fire PropertyChange when children are added or removed.

Constructor Summary

AccessibleAWTContainer()

The default constructor.

Method Summary

javax.accessibility.AccessiblegetAccessibleAt(java.awt.Point p)

Return the accessible child located at point (in the parent's coordinates), if one exists.
javax.accessibility.AccessiblegetAccessibleChild(int i)

Return the nth accessible child of the containing accessible object.
intgetAccessibleChildrenCount()

Return the number of accessible children of the containing accessible object (at most the total number of its children).

Field Details

accessibleContainerHandler

protected ContainerListener accessibleContainerHandler

The handler to fire PropertyChange when children are added or removed.


Constructor Details

AccessibleAWTContainer

protected AccessibleAWTContainer()

The default constructor.


Method Details

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:

Throws:


getAccessibleChild

public Accessible getAccessibleChild(int i)

Return the nth accessible child of the containing accessible object.

Parameters:

Returns:


getAccessibleChildrenCount

public int getAccessibleChildrenCount()

Return the number of accessible children of the containing accessible object (at most the total number of its children).

Returns: