javax.accessibility
public interface AccessibleAction
The AccessibleContext.getAccessibleAction() method should
return null if an object does not implement this interface.
Since: 1.2
See Also: Accessible AccessibleContext getAccessibleAction
UNKNOWN: updated to 1.4
| Field Summary | |
|---|---|
| static String | DECREMENT
The name of an action which decrements a value.
|
| static String | INCREMENT
The name of an action which increments a value.
|
| static String | TOGGLE_EXPAND
The name of an action which toggles the expansion of a tree node.
|
| Method Summary | |
|---|---|
| boolean | doAccessibleAction(int i)
Perform the specified action. |
| int | getAccessibleActionCount()
Get the number possible actions for this object, with the zeroth
representing the default action.
|
| String | getAccessibleActionDescription(int i)
Get a description for the specified action. |
Since: 1.5
Since: 1.5
Since: 1.5
Parameters: i the action to perform, 0-based
Returns: true if the action was performed
Returns: the 0-based number of actions
Parameters: i the action to describe, 0-based
Returns: description of the action