:: com :: sun :: star :: awt ::
|
service AccessibleIconChoiceControlEntry |
- Description
- specifies accessibility support for an icon choice control entry.
- Since
- OpenOffice 1.1.2
|
Included Services - Details |
::com::sun::star::accessibility::AccessibleContext
- Description
- This interface gives access to the structural information of an icon choice control entry:
- Role: The role of an icon choice control entry is AccessibleRole::LABEL.
- Name: The name of an icon choice control entry is it's text.
- Description: The description of an icon choice control entry is empty.
- Children: There exist no children.
- Parent: The parent is either the AccessibleIconChoiceControl.
- 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 set
if the object is enabled.
- 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 it is selected.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.