Generated by
JDiff

Class javax.swing.JTable.AccessibleJTable

Added interface javax.accessibility.AccessibleTable.
Documentation changed from old to new.

Removed Methods
Accessible getAccessibleAt(Point) Returns the Accessible child if one exists contained at the local coordinate Point.
 

Added Methods
Accessible getAccessibleAt(int, int)  
Accessible getAccessibleAt(Point) Returns the Accessible child if one exists contained at the local coordinate Point.
Accessible getAccessibleCaption() Returns the caption for the table.
int getAccessibleColumnAtIndex(int)  
int getAccessibleColumnCount()  
Accessible getAccessibleColumnDescription(int) Return the description of the specified column in the table.
int getAccessibleColumnExtentAt(int, int) Returns the number of columns occupied by the Accessible at a given (row column)
AccessibleTable getAccessibleColumnHeader() Return the column headers as an AccessibleTable.
int getAccessibleIndexAt(int, int) Returns the index at a given (row column) in the table
int getAccessibleRowAtIndex(int)  
int getAccessibleRowCount()  
Accessible getAccessibleRowDescription(int) Return the description of the specified row in the table.
int getAccessibleRowExtentAt(int, int) Returns the number of rows occupied by the Accessible at a specified row and column in the table.
AccessibleTable getAccessibleRowHeader() Return the row headers as an AccessibleTable.
Accessible getAccessibleSummary() Returns the summary description of the table.
AccessibleTable getAccessibleTable() Get the AccessibleTable associated with this object.
int[] getSelectedAccessibleColumns() Returns the selected columns in a table.
int[] getSelectedAccessibleRows() Returns the selected rows in a table.
boolean isAccessibleColumnSelected(int) Returns a boolean value indicating whether the specified column is selected
boolean isAccessibleRowSelected(int) Returns a boolean value indicating whether the specified row is selected
boolean isAccessibleSelected(int, int) Returns a boolean value indicating whether the accessible at a given (row column) is selected
void setAccessibleCaption(Accessible) Sets the caption for the table.
void setAccessibleColumnDescription(int, Accessible) Sets the description text of the specified column of the table.
void setAccessibleColumnHeader(AccessibleTable) Return the column headers as an AccessibleTable.
void setAccessibleRowDescription(int, Accessible) Sets the description text of the specified row of the table.
void setAccessibleRowHeader(AccessibleTable) Return the row headers as an AccessibleTable.
void setAccessibleSummary(Accessible) Sets the summary description of the table.
 

Changed Methods
AccessibleRole getAccessibleRole() Documentation changed from old to new.
Gets the role of this object.
AccessibleSelection getAccessibleSelection() Documentation changed from old to new.
Get the AccessibleSelection associated with this object.