Difference between revisions of "Documentation/DevGuide/Accessibility/XAccessibleAction"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (1 revision(s))
m (FINAL VERSION FOR L10N)
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
|NextPage=Documentation/DevGuide/Accessibility/XAccessibleKeyBinding
 
|NextPage=Documentation/DevGuide/Accessibility/XAccessibleKeyBinding
 
}}
 
}}
{{DISPLAYTITLE:XAccessibleAction}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Accessibility/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:XAccessibleAction}}
 
<!--<idltopic>com.sun.star.accessibility.XAccessibleAction</idltopic>-->
 
<!--<idltopic>com.sun.star.accessibility.XAccessibleAction</idltopic>-->
 
With the <idls>com.sun.star.accessibility.XAccessibleAction</idls> 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.
 
With the <idls>com.sun.star.accessibility.XAccessibleAction</idls> 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.
Line 16: Line 17:
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Accessibility]]
+
 
 +
[[Category:Documentation/Developer's Guide/Accessibility]]

Latest revision as of 13:19, 15 May 2009



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).
Personal tools
In other languages