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::FOCUSABLE is always set.
AccessibleStateType::FOCUSED is set
if the object currently has the keyboard focus.
AccessibleStateType::ACTIVE is set
if a child has currently the focus.
AccessibleStateType::RESIZABLE is set
if the object can be resized.
AccessibleStateType::SHOWING is set
if the object is displayed on the screen.
AccessibleStateType::VISIBLE is always set.
AccessibleStateType::MULTI_SELECTABLE is set
if the list supports multi selection.
AccessibleStateType::MANAGES_DESCENDANTS is always set.
The children are transient.