javax.accessibility
public interface AccessibleTableModelChange
Since: 1.2
See Also: Accessible AccessibleContext getAccessibleTable AccessibleTable
UNKNOWN: updated to 1.4
| Field Summary | |
|---|---|
| int | DELETE Identifies deletion of rows or columns. |
| int | INSERT Identifies insertion of rows or columns. |
| int | UPDATE Identifies change to existing data. |
| Method Summary | |
|---|---|
| int | getFirstColumn()
Returns the first column that changed.
|
| int | getFirstRow()
Returns the first row that changed.
|
| int | getLastColumn()
Returns the last column that changed.
|
| int | getLastRow()
Returns the last row that changed.
|
| int | getType()
Returns the change type.
|
Returns: the 0-based index of the first column to change
Returns: the 0-based index of the first row to change
Returns: the 0-based index of the last column to change
Returns: the 0-based index of the last row to change