Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: accessibility ::

service AccessibleContext
Description
Central service of the Accessibility API that gives access to various facets of an object's content.

This service has to be implemented by every class that represents the actual accessibility information of another UNO service. It exposes two kinds of information: A tree structure in which all accessible objects are organized can be navigated in freely. It typically represents spatial relationship of one object containing a set of children like a dialog box contains a set of buttons. Additionally the XAccessibleContext interface of this service exposes methods that provide access to the actual object's content. This can be the object's role, name, description, and so on.

Since
OOo 1.1.2
See also
XAccessibleContext
Developers Guide
Accessibility - Implementing Accessible Objects - Services

Exported Interfaces - Summary
XAccessibleContext
(referenced entity's summary:)
Implement this interface for exposing various aspects of a class' content.
XAccessibleEventBroadcaster

is implemented by accessible contexts that supports broadcasting of accessible events. (details)

Exported Interfaces - Details
XAccessibleContext
(referenced entity's summary:)
Implement this interface for exposing various aspects of a class' content.
XAccessibleEventBroadcaster
Usage Restrictions
optional
Description
is implemented by accessible contexts that supports broadcasting of accessible events.
See also
AccessibleEventObject, AccessibleEventId

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.