public interface AccessibleTableModelChange
Accessible
,
AccessibleContext
,
AccessibleContext.getAccessibleTable()
,
AccessibleTable
Modifier and Type | Field and Description |
---|---|
static int |
DELETE
Identifies deletion of rows or columns.
|
static int |
INSERT
Identifies insertion of rows or columns.
|
static int |
UPDATE
Identifies change to existing data.
|
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 change type.
|
static final int INSERT
static final int UPDATE
static final int DELETE
int getFirstRow()
int getLastRow()
int getFirstColumn()
int getLastColumn()