| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface AccessibleTableModelChange
AccessibleTableModelChange 接口描述了表模型的更改。可以通过以下方法获得模型属性的更改:
Accessible, 
Accessible.getAccessibleContext(), 
AccessibleContext, 
AccessibleContext.getAccessibleTable()| 字段摘要 | |
|---|---|
| static int | DELETE标识行和/或列的删除。 | 
| static int | INSERT标识新行和/或新列的插入。 | 
| static int | UPDATE标识现有数据的更改。 | 
| 方法摘要 | |
|---|---|
|  int | getFirstColumn()返回已更改的第一列。 | 
|  int | getFirstRow()返回已更改的第一行。 | 
|  int | getLastColumn()返回已更改的最后一列。 | 
|  int | getLastRow()返回已更改的最后一行。 | 
|  int | getType()返回事件的类型 | 
| 字段详细信息 | 
|---|
static final int INSERT
static final int UPDATE
static final int DELETE
| 方法详细信息 | 
|---|
int getType()
INSERT, 
UPDATE, 
DELETEint getFirstRow()
int getLastRow()
int getFirstColumn()
int getLastColumn()
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。