XAccessibleAction
From Apache OpenOffice Wiki
< Documentation | DevGuide
- Overview
- Bridges
- Accessibility Tree
- Content Information
- Listeners and Broadcasters
- Implementing Accessible Objects
- Using the Accessibility API
- XAccessibleContext
- XAccessibleComponent
- XAccessibleExtendedComponent
- XAccessibleText
- XAccessibleEditableText
- XAccessibleTable
- XAccessibleEventBroadcaster
- XAccessibleEventListener
- XAccessibleSelection
- XAccessibleRelationSet
- XAccessibleStateSet
- XAccessibleValue
- XAccessibleImage
- XAccessibleAction
- XAccessibleKeyBinding
- XAccessibleHypertext
- XAccessibleHyperlink
With the XAccessibleAction interface, an accessible object can provide access to actions that can be performed on the object. These actions may or may not correspond to actions that are already available over the GUI.
The number of available actions is returned by getAccessibleActionCount(). To execute an action call doAccessibleAction() with the index of the desired action. The description of an action is returned by the getAccessibleActionDescription().
The getAccessibleActionKeyBinding() function tells you what key bindings exist for a certain action. See the description of the XAccessibleKeyBinding interface below.
Content on this page is licensed under the Public Documentation License (PDL). |