public interface AccessibleTableModelChange 
      Accessible , Accessible.getAccessibleContext() , AccessibleContext , AccessibleContext.getAccessibleTable() 
       | Modifier and Type | Field and Description | 
|---|---|
| static int | DELETE
              标识行和/或列的删除。 
             | 
| static int | INSERT
              标识新行和/或列的插入。 
             | 
| static int | UPDATE
              标识对现有数据的更改。 
             | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getFirstColumn()
              返回更改的第一列。 
             | 
| int | getFirstRow()
              返回更改的第一行。 
             | 
| int | getLastColumn()
              返回更改的最后一列。 
             | 
| int | getLastRow()
              返回更改的最后一行。 
             | 
| int | getType()
              返回事件的类型。 
             | 
static final int INSERT
static final int UPDATE
static final int DELETE
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.