Generated by
JDiff

Class javax.accessibility.AccessibleContext

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
 

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.