Difference between revisions of "Documentation/DevGuide/Accessibility/XAccessibleKeyBinding"
From Apache OpenOffice Wiki
< Documentation | DevGuide
OOoWikiBot (talk | contribs) m (Robot: Changing Category:Documentation/Developers Guide/Accessibility) |
OOoWikiBot (talk | contribs) m (FINAL VERSION FOR L10N) |
||
Line 7: | Line 7: | ||
|NextPage=Documentation/DevGuide/Accessibility/XAccessibleHypertext | |NextPage=Documentation/DevGuide/Accessibility/XAccessibleHypertext | ||
}} | }} | ||
− | {{DISPLAYTITLE:XAccessibleKeyBinding}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Accessibility/{{SUBPAGENAME}}}} |
+ | {{DISPLAYTITLE:XAccessibleKeyBinding}} | ||
<!--<idltopic>com.sun.star.accessibility.XAccessibleKeyBinding</idltopic>--> | <!--<idltopic>com.sun.star.accessibility.XAccessibleKeyBinding</idltopic>--> | ||
The purpose of the <idls>com.sun.star.accessibility.XAccessibleKeyBinding</idls> interface is to represent an arbitrary set of key strokes. When a key binding is associated with an action (see the description of the interface above) then each of its key strokes executes that action. A key stroke itself consists of one or more keys to be pressed. See <idl>com.sun.star.awt.KeyStroke</idl> for details. | The purpose of the <idls>com.sun.star.accessibility.XAccessibleKeyBinding</idls> interface is to represent an arbitrary set of key strokes. When a key binding is associated with an action (see the description of the interface above) then each of its key strokes executes that action. A key stroke itself consists of one or more keys to be pressed. See <idl>com.sun.star.awt.KeyStroke</idl> for details. |
Latest revision as of 13:19, 15 May 2009
- 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
The purpose of the XAccessibleKeyBinding interface is to represent an arbitrary set of key strokes. When a key binding is associated with an action (see the description of the interface above) then each of its key strokes executes that action. A key stroke itself consists of one or more keys to be pressed. See com.sun.star.awt.KeyStroke for details.
Content on this page is licensed under the Public Documentation License (PDL). |