:: 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
- OpenOffice 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)
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.