java.lang.Object javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
protected int firstColumn
protected int firstRow
public int getFirstColumn()
public int getFirstRow()
public int getLastColumn()
public int getLastRow()
public int getType()
AccessibleTableModelChange.DELETE
AccessibleTableModelChange.UPDATE
AccessibleTableModelChange.INSERT
protected JTable.AccessibleJTable.AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
protected int lastColumn
protected int lastRow
protected int type