javax.accessibility
Interface AccessibleTableModelChange
java.lang.Object
|
+--javax.accessibility.AccessibleTableModelChange
public interface AccessibleTableModelChange
Describes a change to an accessible table. Accessibility software can use
the implementations of this interface to update their state after a
change to a table.
Since:Author:- Eric Blake <ebb9@email.byu.edu>
See Also:
getFirstColumn
public int getFirstColumn() Returns the first column that changed.
Returns:
- the 0-based index of the first column to change
getFirstRow
public int getFirstRow() Returns the first row that changed.
Returns:
- the 0-based index of the first row to change
getLastColumn
public int getLastColumn() Returns the last column that changed.
Returns:
- the 0-based index of the last column to change
getLastRow
public int getLastRow() Returns the last row that changed.
Returns:
- the 0-based index of the last row to change
getType
public int getType() Returns the change type.
Returns:
See Also: