Did you know that the OpenOffice.org Wiki has a WYSIWYG editor? See Help:FCKeditor
Putting the Accessibility Interfaces to Work
From OpenOffice.org Wiki
- Overview
- Bridges
- Accessibility Tree
- Content Information
- Listeners and Broadcasters
- Implementing Accessible Objects
- Using the Accessibility API
- Features
- Class Overview
- Putting the Accessibility Interfaces to Work
- XAccessibleContext
- XAccessibleComponent
- XAccessibleExtendedComponent
- XAccessibleText
- XAccessibleEditableText
- XAccessibleTable
- XAccessibleEventBroadcaster
- XAccessibleEventListener
- XAccessibleSelection
- XAccessibleRelationSet
- XAccessibleStateSet
- XAccessibleValue
- XAccessibleImage
- XAccessibleAction
- XAccessibleKeyBinding
- XAccessibleHypertext
- XAccessibleHyperlink
Once an accessible object has been obtained by a call to com.sun.star.accessibility.XAccessible:getAccessibleContext(), you can switch between the interfaces belonging to the accessibility API by using the usual UNO cast mechanisms. There is, however, no way back to the object from which the accessible object has been obtained through procedures provided by the accessibility API.
| Content on this page is licensed under the Public Documentation License (PDL). |

