:: 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.

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

Exported Interfaces
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
See also
AccessibleEventId

 
Top of Page