API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleTableModelChange View Source
Author(s)
Lynn Monsanto
Since
1.3
Version
1.2 10/12/99
Serial
Hierarchy
 AccessibleTableModelChange
Subinterfaces
Description
public interface AccessibleTableModelChange
  The AccessibleTableModelChange interface describes a change to the table model.
Methods
Hide/Show inherited methods
public int getFirstColumn ()
Returns the first column that changed.
public int getFirstRow ()
Returns the first row that changed.
public int getLastColumn ()
Returns the last column that changed.
public int getLastRow ()
Returns the last row that changed.
public int getType ()
  Returns the type of event
Fields
Hide/Show inherited fields
publicfinalstatic int DELETE = "-1"
Identifies the deletion of rows and/or columns.
publicfinalstatic int INSERT = "1"
Identifies the insertion of new rows and/or columns.
publicfinalstatic int UPDATE = "0"
Identifies a change to existing data.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar