|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessibleTableModelChange
Describes a change to an accessible table. Accessibility software can use the implementations of this interface to update their state after a change to a table.
Accessible
,
AccessibleContext
,
AccessibleContext.getAccessibleTable()
,
AccessibleTable
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int INSERT
static final int UPDATE
static final int DELETE
Method Detail |
---|
int getType()
INSERT
,
UPDATE
,
DELETE
int getFirstRow()
int getLastRow()
int getFirstColumn()
int getLastColumn()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |