|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed interface javax.accessibility.AccessibleTable
.
Added interface javax.accessibility.AccessibleExtendedTable
.
Documentation changed from old to new.
Added Methods | |
int getAccessibleColumn(int ) |
Returns the column number of an index in the table. |
int getAccessibleIndex(int, |
|
int getAccessibleRow(int ) |
Returns the row number of an index in the table. |
Changed Methods | ||
void addAccessibleSelection(int ) |
Documentation changed from old to new. |
Adds the specified Accessible child of the object to the object's selection. |
Accessible getAccessibleChild(int ) |
Documentation changed from old to new. |
Returns the nth Accessible child of the object. |
int getAccessibleChildrenCount() |
Documentation changed from old to new. |
Returns the number of accessible children in the object. |
Accessible getAccessibleColumnDescription(int ) |
Documentation changed from old to new. |
Returns the description of the specified column in the table. |
int getAccessibleColumnExtentAt(int, |
Documentation changed from old to new. |
Returns the number of columns occupied by the Accessible at a given (row column). |
AccessibleTable getAccessibleColumnHeader() |
Documentation changed from old to new. |
Returns the column headers as an AccessibleTable . |
int getAccessibleIndexAt(int, |
Documentation changed from old to new. |
Returns the index at a given (row column) in the table. |
Accessible getAccessibleRowDescription(int ) |
Documentation changed from old to new. |
Returns the description of the specified row in the table. |
int getAccessibleRowExtentAt(int, |
Documentation changed from old to new. |
Returns the number of rows occupied by the Accessible at a specified row and column in the table. |
AccessibleTable getAccessibleRowHeader() |
Documentation changed from old to new. |
Returns the row headers as an AccessibleTable . |
int getAccessibleSelectionCount() |
Documentation changed from old to new. |
Returns the number of Accessible children currently selected. |
AccessibleTable getAccessibleTable() |
Documentation changed from old to new. |
Gets the AccessibleTable associated with this object. |
boolean isAccessibleChildSelected(int ) |
Documentation changed from old to new. |
Determines if the current child of this object is selected. |
boolean isAccessibleColumnSelected(int ) |
Documentation changed from old to new. |
Returns a boolean value indicating whether the specified column is selected. |
boolean isAccessibleRowSelected(int ) |
Documentation changed from old to new. |
Returns a boolean value indicating whether the specified row is selected. |
boolean isAccessibleSelected(int, |
Documentation changed from old to new. |
Returns a boolean value indicating whether the accessible at a given (row column) is selected. |
void removeAccessibleSelection(int ) |
Documentation changed from old to new. |
Removes the specified child of the object from the object's selection. |
void selectAllAccessibleSelection() |
Documentation changed from old to new. |
Causes every child of the object to be selected but only if the JTable supports multiple selections and if individual cell selection is enabled. |
void setAccessibleColumnHeader(AccessibleTable ) |
Documentation changed from old to new. |
Returns the column headers as an AccessibleTable . |
void setAccessibleRowHeader(AccessibleTable ) |
Documentation changed from old to new. |
Returns the row headers as an AccessibleTable . |
Accessible getAccessibleAt(Point ) |
Documentation changed from old to new. |
Returns the Accessible child if one exists contained at the local coordinate Point . |
Accessible getAccessibleSelection(int ) |
Documentation changed from old to new. |
Returns an Accessible representing the specified selected child in the object. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |