| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccessibleTableModelChange
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 | DELETEIdentifies the deletion of rows and/or columns. | 
| static int | INSERTIdentifies the insertion of new rows and/or columns. | 
| static int | UPDATEIdentifies a 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 type of event | 
| Field Detail | 
|---|
static final int INSERT
static final int UPDATE
static final int DELETE
| Method Detail | 
|---|
int getType()
INSERT, 
UPDATE, 
DELETEint getFirstRow()
int getLastRow()
int getFirstColumn()
int getLastColumn()
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.