Included Services - Details |
::com::sun::star::accessibility::AccessibleContext
- Description
- This interface gives access to the structural information of a list item:
- Role: The role of a list item is AccessibleRole::LIST_ITEM.
- Name: The name of a list item is the text of the item.
- Description: The description of a list item is empty.
- Children: There exists no children.
- Parent: The parent is of type AccessibleList.
- Relations: There are no relations.
- States: The states supported by this service are
- AccessibleStateType::DEFUNC
is set if the object has already been disposed
and subsequent calls to this object result in
::com::sun::star::lang::DisposedException
exceptions.
- AccessibleStateType::ENABLED is always set.
- AccessibleStateType::SHOWING is set
if the object is displayed on the screen.
- AccessibleStateType::VISIBLE is always set.
- AccessibleStateType::TRANSIENT is always set.
- AccessibleStateType::SELECTABLE is always set.
- AccessibleStateType::SELECTED is set
when the item is selected.
|
|
Top of Page
Copyright © 1995, 2012, 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.