String |
ACCESSIBLE_ACTION_PROPERTY |
Constant used to indicate that the supported set of actions
has changed. |
String |
ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY |
Constant used to determine when the active descendant of a component
has changed. |
String |
ACCESSIBLE_CARET_PROPERTY |
Constant used to determine when the accessibleText caret has changed. |
String |
ACCESSIBLE_CHILD_PROPERTY |
Constant used to determine when Accessible children are added/removed
from the object. |
String |
ACCESSIBLE_COMPONENT_BOUNDS_CHANGED |
PropertyChangeEvent which indicates that a change has occurred
in a component's bounds. |
String |
ACCESSIBLE_DESCRIPTION_PROPERTY |
Constant used to determine when the accessibleDescription property has
changed. |
String |
ACCESSIBLE_HYPERTEXT_OFFSET |
Constant used to indicate that a hypertext element has received focus. |
String |
ACCESSIBLE_INVALIDATE_CHILDREN |
PropertyChangeEvent which indicates that a significant change
has occurred to the children of a component like a tree or text. |
String |
ACCESSIBLE_NAME_PROPERTY |
Constant used to determine when the accessibleName property has
changed. |
String |
ACCESSIBLE_SELECTION_PROPERTY |
Constant used to determine when the accessibleSelection has changed. |
String |
ACCESSIBLE_STATE_PROPERTY |
Constant used to determine when the accessibleStateSet property has
changed. |
String |
ACCESSIBLE_TABLE_CAPTION_CHANGED |
Constant used to indicate that the table caption has changed
The old value in the PropertyChangeEvent will be an Accessible
representing the previous table caption and the new value will
be an Accessible representing the new table caption. |
String |
ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED |
Constant used to indicate that the column description has changed
The old value in the PropertyChangeEvent will be null and the
new value will be an Integer representing the column index. |
String |
ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED |
Constant used to indicate that the column header has changed
The old value in the PropertyChangeEvent will be null and the
new value will be an AccessibleTableModelChange representing
the header change. |
String |
ACCESSIBLE_TABLE_MODEL_CHANGED |
Constant used to indicate that table data has changed. |
String |
ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED |
Constant used to indicate that the row description has changed
The old value in the PropertyChangeEvent will be null and the
new value will be an Integer representing the row index. |
String |
ACCESSIBLE_TABLE_ROW_HEADER_CHANGED |
Constant used to indicate that the row header has changed
The old value in the PropertyChangeEvent will be null and the
new value will be an AccessibleTableModelChange representing
the header change. |
String |
ACCESSIBLE_TABLE_SUMMARY_CHANGED |
Constant used to indicate that the table summary has changed
The old value in the PropertyChangeEvent will be an Accessible
representing the previous table summary and the new value will
be an Accessible representing the new table summary. |
String |
ACCESSIBLE_TEXT_ATTRIBUTES_CHANGED |
PropertyChangeEvent which indicates that text attributes have changed. |
String |
ACCESSIBLE_TEXT_PROPERTY |
PropertyChangeEvent which indicates that text has changed. |
String |
ACCESSIBLE_VALUE_PROPERTY |
Constant used to determine when the accessibleValue property has
changed. |
String |
ACCESSIBLE_VISIBLE_DATA_PROPERTY |
Constant used to determine when the visual appearance of the object
has changed. |