protected class Choice.AccessibleAWTChoice
extends AccessibleAWTComponent
implements AccessibleAction

This class implements accessibility support for the Choice class. It provides an implementation of the Java Accessibility API appropriate to choice user-interface elements.

public Choice.AccessibleAWTChoice()

public boolean doAccessibleAction(int)

Perform the specified Action on the object

Parameters

int i: zero-based index of actions

public AccessibleAction getAccessibleAction()

Get the AccessibleAction associated with this object. In the implementation of the Java Accessibility API for this class, return this object, which is responsible for implementing the AccessibleAction interface on behalf of itself.

public int getAccessibleActionCount()

Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.

public String getAccessibleActionDescription(int)

Returns a description of the specified action of the object.

Parameters

int i: zero-based index of the actions

public AccessibleRole getAccessibleRole()

Get the role of this object.