javax.swing

Class JTable.AccessibleJTable.AccessibleJTableModelChange

protected class JTable.AccessibleJTable.AccessibleJTableModelChange extends Object implements AccessibleTableModelChange

Field Summary
protected intfirstColumn
protected intfirstRow
protected intlastColumn
protected intlastRow
protected inttype
Constructor Summary
protected AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
Method Summary
intgetFirstColumn()
intgetFirstRow()
intgetLastColumn()
intgetLastRow()
intgetType()

Field Detail

firstColumn

protected int firstColumn

firstRow

protected int firstRow

lastColumn

protected int lastColumn

lastRow

protected int lastRow

type

protected int type

Constructor Detail

AccessibleJTableModelChange

protected AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)

Method Detail

getFirstColumn

public int getFirstColumn()

getFirstRow

public int getFirstRow()

getLastColumn

public int getLastColumn()

getLastRow

public int getLastRow()

getType

public int getType()