Overview | Module | Use | Devguide | Index |
Constants | Constants' Details |
:: com :: sun :: star :: accessibility :: |
constants group AccessibleEventId |
|
Constants | |
NAME_CHANGED | Use this event type to indicate a change of the name string of an accessible object. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the name before and after the change. |
DESCRIPTION_CHANGED | Use this event type to indicate a change of the description string of an accessible object. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the description before and after the change. |
ACTION_CHANGED | The change of the number or attributes of actions of an accessible object is signaled by events of this type. |
STATE_CHANGED | State changes are signaled with this event type. Use one event for every state that is set or reset. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the old and new value respectively. To set a state put the state id into the AccessibleEventObject::NewValue field and leave AccessibleEventObject::OldValue empty. To reset a state put the state id into the AccessibleEventObject::OldValue field and leave AccessibleEventObject::NewValue empty. |
ACTIVE_DESCENDANT_CHANGED | Constant used to determine when the active descendant of a component has changed. The active descendant is used in objects with transient children. The AccessibleEventObject::NewValue contains the now active object. The AccessibleEventObject::OldValue contains the previously active child. Empty references indicate that no child has been respectively is currently active. |
BOUNDRECT_CHANGED | This event indicates a change of the bounding rectangle of an accessible object with respect only to its size or relative position. If the absolute position changes but not the relative position then its is not necessary to send an event. |
CHILD | A child event indicates the addition of a new or the removal of an existing child. The contents of the AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields determines which of both has taken place. |
INVALIDATE_ALL_CHILDREN | Use this event to tell the listeners to re-retrieve the whole set of children. This should be used by a parent object which exchanges all or most of its children. It is a short form of first sending one CHILD event for every old child indicating that this child is about to be removed and then sending one CHILD for every new child indicating that this child has been added to the list of children. |
SELECTION_CHANGED | Events of this type indicate changes of the selection. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields remain empty. |
VISIBLE_DATA_CHANGED | A visibile data event indicates the change of the visual appearance of an accessible object. This includes for example most of the attributes available over the XAccessibleComponent and XAccessibleExtendedComponent interfaces. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields are left empty. |
VALUE_CHANGED | This constant indicates changes of the value of an XAccessibleValue interface. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue field contain the old and new value as a number. Its exact type is implementation dependant but has to be the same as is returned by the XAccessibleValue::getCurrentValue function. |
CONTENT_FLOWS_FROM_RELATION_CHANGED | Identifies the change of a relation set: The content flow has changed. |
CONTENT_FLOWS_TO_RELATION_CHANGED | Identifies the change of a relation set: The content flow has changed. |
CONTROLLED_BY_RELATION_CHANGED | Identifies the change of a relation set: The target object that is doing the controlling has changed. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the old and new controlling objects. |
CONTROLLER_FOR_RELATION_CHANGED | Identifies the change of a relation set: The controller for the target object has changed. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the old and new number of controlled objects. |
LABEL_FOR_RELATION_CHANGED | Identifies the change of a relation set: The target group for a label has changed. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the old and new number labeled objects. |
LABELED_BY_RELATION_CHANGED | Identifies the change of a relation set: The objects that are doing the labeling have changed. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the old and new accessible label. |
MEMBER_OF_RELATION_CHANGED | Identifies the change of a relation set: The group membership has changed. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the old and new number of members. |
SUB_WINDOW_OF_RELATION_CHANGED | Identifies the change of a relation set: The sub-window-of relation has changed. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the old and new accessible parent window objects. |
CARET_CHANGED | Events of this type are sent when the caret has moved to a new position. The old and new position can be found in the AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields. |
TEXT_SELECTION_CHANGED | Events of this type signal changes of the selection. The old or new selection is not available through the event object. You have to query the XAccessibleText interface of the event source for this information. The type of content of the AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields is not specified at the moment. This may change in the future. |
TEXT_CHANGED | Use this id to indicate general text changes, i.e. changes to text that is exposed through the XAccessibleText and XAccessibleEditableText interfaces. |
TEXT_ATTRIBUTE_CHANGED | This entry is reserved for future extension. Don't use it right now. |
HYPERTEXT_CHANGED | Constant used to indicate that a hypertext element has received focus. The AccessibleEventObject::OldValue field contains the start index of previously focused element. The AccessibleEventObject::NewValue field holds the start index in the document of the current element that has focus. A value of -1 indicates that an element does not or did not have focus. |
TABLE_CAPTION_CHANGED | Constant used to indicate that the table caption has changed. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the old and new accessible objects representing the table caption. |
TABLE_COLUMN_DESCRIPTION_CHANGED | Constant used to indicate that the column description has changed. The AccessibleEventObject::NewValue field contains the column index. The AccessibleEventObject::OldValue is left empty. |
TABLE_COLUMN_HEADER_CHANGED | Constant used to indicate that the column header has changed. The AccessibleEventObject::OldValue is empty, the AccessibleEventObject::NewValue field contains an AccessibleTableModelChange representing the header change. |
TABLE_MODEL_CHANGED | Constant used to indicate that the table data has changed. The AccessibleEventObject::OldValue is empty, the AccessibleEventObject::NewValue field contains an AccessibleTableModelChange representing the data change. |
TABLE_ROW_DESCRIPTION_CHANGED | Constant used to indicate that the row description has changed. The AccessibleEventObject::NewValue field contains the row index. The AccessibleEventObject::OldValue is left empty. |
TABLE_ROW_HEADER_CHANGED | Constant used to indicate that the row header has changed. The AccessibleEventObject::OldValue is empty, the AccessibleEventObject::NewValue field contains an AccessibleTableModelChange representing the header change. |
TABLE_SUMMARY_CHANGED | Constant used to indicate that the table summary has changed. The AccessibleEventObject::OldValue and AccessibleEventObject::NewValue fields contain the old and new accessible objects representing the table summary. |
LISTBOX_ENTRY_EXPANDED | Constant used to indicate that a list box entry has been expanded. AccessibleEventObject::OldValue is empty. AccessibleEventObject::NewValue contains the expanded list box entry. |
LISTBOX_ENTRY_COLLAPSED | Constant used to indicate that a list box entry has been collapsed. AccessibleEventObject::OldValue is empty. AccessibleEventObject::NewValue contains the collapsed list box entry. |
Constants' Details | |
NAME_CHANGED
|
|
DESCRIPTION_CHANGED
|
|
ACTION_CHANGED
|
|
STATE_CHANGED
|
|
ACTIVE_DESCENDANT_CHANGED
|
|
BOUNDRECT_CHANGED
|
|
CHILD
|
|
INVALIDATE_ALL_CHILDREN
|
|
SELECTION_CHANGED
|
|
VISIBLE_DATA_CHANGED
|
|
VALUE_CHANGED
|
|
CONTENT_FLOWS_FROM_RELATION_CHANGED
|
|
CONTENT_FLOWS_TO_RELATION_CHANGED
|
|
CONTROLLED_BY_RELATION_CHANGED
|
|
CONTROLLER_FOR_RELATION_CHANGED
|
|
LABEL_FOR_RELATION_CHANGED
|
|
LABELED_BY_RELATION_CHANGED
|
|
MEMBER_OF_RELATION_CHANGED
|
|
SUB_WINDOW_OF_RELATION_CHANGED
|
|
CARET_CHANGED
|
|
TEXT_SELECTION_CHANGED
|
|
TEXT_CHANGED
|
|
TEXT_ATTRIBUTE_CHANGED
|
|
HYPERTEXT_CHANGED
|
|
TABLE_CAPTION_CHANGED
|
|
TABLE_COLUMN_DESCRIPTION_CHANGED
|
|
TABLE_COLUMN_HEADER_CHANGED
|
|
TABLE_MODEL_CHANGED
|
|
TABLE_ROW_DESCRIPTION_CHANGED
|
|
TABLE_ROW_HEADER_CHANGED
|
|
TABLE_SUMMARY_CHANGED
|
|
LISTBOX_ENTRY_EXPANDED
|
|
LISTBOX_ENTRY_COLLAPSED
|
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.