Generated by
JDiff

Class javax.accessibility.AccessibleContext

Documentation changed from old to new.

Added Methods
AccessibleIcon[] getAccessibleIcon() Gets the AccessibleIcons associated with an object that has one or more associated icons
AccessibleRelationSet getAccessibleRelationSet() Gets the AccessibleRelationSet associated with an object
AccessibleTable getAccessibleTable() Gets the AccessibleTable associated with an object
 

Changed Methods
void addPropertyChangeListener(PropertyChangeListener) Documentation changed from old to new.
Adds a PropertyChangeListener to the listener list.
AccessibleAction getAccessibleAction() Documentation changed from old to new.
Gets the AccessibleAction associated with this object that supports one or more actions.
Accessible getAccessibleChild(int) Documentation changed from old to new.
Returns the specified Accessible child of the object.
AccessibleComponent getAccessibleComponent() Documentation changed from old to new.
Gets the AccessibleComponent associated with this object that has a graphical representation.
String getAccessibleDescription() Documentation changed from old to new.
Gets the accessibleDescription property of this object.
int getAccessibleIndexInParent() Documentation changed from old to new.
Gets the 0-based index of this object in its accessible parent.
String getAccessibleName() Documentation changed from old to new.
Gets the accessibleName property of this object.
Accessible getAccessibleParent() Documentation changed from old to new.
Gets the Accessible parent of this object.
AccessibleRole getAccessibleRole() Documentation changed from old to new.
Gets the role of this object.
AccessibleSelection getAccessibleSelection() Documentation changed from old to new.
Gets the AccessibleSelection associated with this object which allows its Accessible children to be selected.
AccessibleStateSet getAccessibleStateSet() Documentation changed from old to new.
Gets the state set of this object.
AccessibleText getAccessibleText() Documentation changed from old to new.
Gets the AccessibleText associated with this object presently editable text on the display.
AccessibleValue getAccessibleValue() Documentation changed from old to new.
Gets the AccessibleValue associated with this object that supports a Numerical value.
Locale getLocale() Documentation changed from old to new.
Gets the locale of the component.
void removePropertyChangeListener(PropertyChangeListener) Documentation changed from old to new.
Removes a PropertyChangeListener from the listener list.
void setAccessibleDescription(String) Documentation changed from old to new.
Sets the accessible description of this object.
void setAccessibleName(String) Documentation changed from old to new.
Sets the localized accessible name of this object.
void setAccessibleParent(Accessible) Documentation changed from old to new.
Sets the Accessible parent of this object.
 

Added Fields
String ACCESSIBLE_ACTION_PROPERTY Constant used to indicate that the supported set of actions 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.
 

Changed Fields
String ACCESSIBLE_CARET_PROPERTY Documentation changed from old to new.
Constant used to determine when the accessibleText caret has changed.
String ACCESSIBLE_CHILD_PROPERTY Documentation changed from old to new.
Constant used to determine when Accessible children are added/removed from the object.
String ACCESSIBLE_STATE_PROPERTY Documentation changed from old to new.
Constant used to determine when the accessibleStateSet property has changed.
String ACCESSIBLE_VALUE_PROPERTY Documentation changed from old to new.
Constant used to determine when the accessibleValue property has changed.