protected class JTable.AccessibleJTable.AccessibleJTableModelChange extends Objectimplements AccessibleTableModelChange
| Modifier and Type | Field and Description |
|---|---|
protected int |
firstColumn
|
protected int |
firstRow
|
protected int |
lastColumn
|
protected int |
lastRow
|
protected int |
type
|
DELETE, INSERT, UPDATE| Modifier | Constructor and Description |
|---|---|
protected |
AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFirstColumn()
Returns the first column that changed.
|
int |
getFirstRow()
Returns the first row that changed.
|
int |
getLastColumn()
Returns the last column that changed.
|
int |
getLastRow()
Returns the last row that changed.
|
int |
getType()
Returns the type of event.
|
protected int type
protected int firstRow
protected int lastRow
protected int firstColumn
protected int lastColumn
protected AccessibleJTableModelChange(int type,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn)public int getType()
AccessibleTableModelChange
getType in interface
AccessibleTableModelChange
AccessibleTableModelChange.INSERT ,
AccessibleTableModelChange.UPDATE ,
AccessibleTableModelChange.DELETE
public int getFirstRow()
AccessibleTableModelChange
getFirstRow in interface
AccessibleTableModelChange
public int getLastRow()
AccessibleTableModelChange
getLastRow in interface
AccessibleTableModelChange
public int getFirstColumn()
AccessibleTableModelChange
getFirstColumn in interface
AccessibleTableModelChange
public int getLastColumn()
AccessibleTableModelChange
getLastColumn in interface
AccessibleTableModelChange