|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Untamed: The AccessibleTableModelChange interface describes a change to the table model. The attributes of the model change can be obtained by the following methods:
Accessible,
Accessible.getAccessibleContext(),
AccessibleContext,
AccessibleContext.getAccessibleTable()| Field Summary | |
static int |
DELETE
Enabled: Identifies the deletion of rows and/or columns. |
static int |
INSERT
Enabled: Identifies the insertion of new rows and/or columns. |
static int |
UPDATE
Enabled: Identifies a change to existing data. |
| Method Summary | |
int |
getFirstColumn()
Enabled: Returns the first column that changed. |
int |
getFirstRow()
Enabled: Returns the first row that changed. |
int |
getLastColumn()
Enabled: Returns the last column that changed. |
int |
getLastRow()
Enabled: Returns the last row that changed. |
int |
getType()
Enabled: Returns the type of event |
| Field Detail |
public static final int INSERT
public static final int UPDATE
public static final int DELETE
| Method Detail |
public int getType()
INSERT,
UPDATE,
DELETEpublic int getFirstRow()
public int getLastRow()
public int getFirstColumn()
public int getLastColumn()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||