Performs the specified action on the object.
Returns the number of accessible actions available in this object. <p> If there are more than one, the first one (index 0) is considered the "default" action of the object. </p>
Returns a description of the specified action.
Returns a string representing one or more key bindings, if there are any, associated with the specified action. <p> The returned string is of the following form: mnemonic;accelerator for example: "C;CTRL+C" for the Copy item in a typical Edit menu. </p>
Returns the name of the specified action. <p> There is no need to implement this method for single action controls since that would be redundant with AccessibleControlListener.getDefaultAction. </p>
Returns the number of accessible actions available in this object. <p> If there are more than one, the first one (index 0) is considered the "default" action of the object. </p>
Performs the specified action on the object.
Returns a description of the specified action.
Returns a string representing one or more key bindings, if there are any, associated with the specified action. <p> The returned string is of the following form: mnemonic;accelerator for example: "C;CTRL+C" for the Copy item in a typical Edit menu. </p>
Returns the name of the specified action. <p> There is no need to implement this method for single action controls since that would be redundant with AccessibleControlListener.getDefaultAction. </p>
This adapter class provides default implementations for the methods in the <code>AccessibleActionListener</code> interface. <p> Classes that wish to deal with <code>AccessibleAction</code> events can extend this class and override only the methods that they are interested in. </p>
@see AccessibleActionListener @see AccessibleActionEvent
@since 3.6