Overview |
Module |
Use |
Devguide |
Index |
:: com :: sun :: star ::
|
module accessibility |
- Description
- UNO Accessibility API
This modules contains the basic interfaces of the UAA (UNO
Accessibility API). Services that describe how these interfaces are
implemented can be found in other modules. The services in this module
describe only what every accessible object has to support.
Making a class accessible starts by supporting the XAccessible interface.
This interface's only method returns the actual accessibility object, an
instance of XAccessibleContext.
These two interfaces may be implemented by the same class in which case
a call to XAccessible::getAccessible returns the same object that is
called. Alternatively the implementation of the XAccessibleContext
interface can be done by another class. This makes it possible to put
all accessibility implementations into their own library which has only
to be loaded when necessary.
Note that all other interfaces have to be implemented by the same
class that implements the XAccessibleContext
interface. Note also that there is no way back from an accessibility
object to the object from which it has been obtained by means of the
UAA. If you need such a back-link you have to provide one on your
own.
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.