Example usage for Java javax.accessibility AccessibleAction fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
String | getAccessibleActionDescription(int i) Returns a description of the specified action of the object. |