Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
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:See Also:

Method Summary

intgetFirstColumn()

Returns the first column that changed.
intgetFirstRow()

Returns the first row that changed.
intgetLastColumn()

Returns the last column that changed.
intgetLastRow()

Returns the last row that changed.
intgetType()

Returns the change type.

Method Details

getFirstColumn

public int getFirstColumn()

Returns the first column that changed.

Returns:


getFirstRow

public int getFirstRow()

Returns the first row that changed.

Returns:


getLastColumn

public int getLastColumn()

Returns the last column that changed.

Returns:


getLastRow

public int getLastRow()

Returns the last row that changed.

Returns:


getType

public int getType()

Returns the change type.

Returns:

See Also: