:: com :: sun :: star :: awt ::

service AccessibleList
Description
Accessible lists are used by combo boxes as container for the list items. The ::com::sun::star::accessibility::XAccessibleSelection interface is not supported at the moment due to implementation problems. Selection of items is handled by the items and the edit field of the combo box.
See also
::com::sun::star::accessibility::AccessibleContext
See also
::com::sun::star::accessibility::XAccessibleComponent
See also
::com::sun::star::accessibility::XAccessibleExtendedComponent

Included Services
::com::sun::star::accessibility::AccessibleContext
Central service of the Accessibility API that gives access to various facets of an object's content.
Exported Interfaces
::com::sun::star::accessibility::XAccessibleComponent
The ::com::sun::star::accessibility::XAccessibleComponent interface should be supported by any class that can be rendered on the screen.
::com::sun::star::accessibility::XAccessibleExtendedComponent
The ::AccessibleExtendedComponent interface contains additional methods to those of the ::AccessibleComponent interface. These methods provide more seldom used information. The division into two interfaces allows classes to support the more frequently used methods of the ::AccessibleComponent interface and only support the ::AccessibleExtendedComponent interface if that makes sense for the class.
::com::sun::star::accessibility::XAccessible
Description
Support of the ::com::sun::star::accessibility::XAccessible interface may be discontinued in the future.

 
Top of Page