javax.swing
Class JTable.AccessibleJTable.AccessibleJTableModelChange
protected
class
JTable.AccessibleJTable.AccessibleJTableModelChange
extends Object
implements AccessibleTableModelChange
protected int firstColumn
protected int firstRow
protected int lastColumn
protected int lastRow
protected int type
protected AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
public int getFirstColumn()
public int getFirstRow()
public int getLastColumn()
public int getLastRow()
public int getType()