protected class JTable.AccessibleJTable.AccessibleJTableModelChange extends Object implements AccessibleTableModelChange
| Modifier and Type | Field and Description | 
|---|---|
| protected int | firstColumn | 
| protected int | firstRow | 
| protected int | lastColumn | 
| protected int | lastRow | 
| protected int | type | 
DELETE, INSERT, UPDATE| Modifier | Constructor and Description | 
|---|---|
| protected  | AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getFirstColumn()
              返回更改的第一列。 
             | 
| int | getFirstRow()
              返回更改的第一行。 
             | 
| int | getLastColumn()
              返回更改的最后一列。 
             | 
| int | getLastRow()
              返回更改的最后一行。 
             | 
| int | getType()
              返回事件的类型。 
             | 
protected int type
protected int firstRow
protected int lastRow
protected int firstColumn
protected int lastColumn
protected AccessibleJTableModelChange(int type,
                                      int firstRow,
                                      int lastRow,
                                      int firstColumn,
                                      int lastColumn) public int getType()
AccessibleTableModelChange 
          getType在接口 
            AccessibleTableModelChange 
           AccessibleTableModelChange.INSERT , 
            AccessibleTableModelChange.UPDATE , 
            AccessibleTableModelChange.DELETE 
           public int getFirstRow()
AccessibleTableModelChange 
          getFirstRow在界面 
            AccessibleTableModelChange 
           public int getLastRow()
AccessibleTableModelChange 
          getLastRow在界面 
            AccessibleTableModelChange 
           public int getFirstColumn()
AccessibleTableModelChange 
          getFirstColumn在界面 
            AccessibleTableModelChange 
           public int getLastColumn()
AccessibleTableModelChange 
          getLastColumn在接口 
            AccessibleTableModelChange 
            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.