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  | 
JTable.AccessibleJTable.AccessibleJTableModelChange(int type,
                                                   int firstRow,
                                                   int lastRow,
                                                   int firstColumn,
                                                   int lastColumn)  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
protected int type
protected int firstRow
protected int lastRow
protected int firstColumn
protected int lastColumn
protected JTable.AccessibleJTable.AccessibleJTableModelChange(int type,
                                                   int firstRow,
                                                   int lastRow,
                                                   int firstColumn,
                                                   int lastColumn)
public int getType()
AccessibleTableModelChangegetType in interface AccessibleTableModelChangeAccessibleTableModelChange.INSERT, 
AccessibleTableModelChange.UPDATE, 
AccessibleTableModelChange.DELETEpublic int getFirstRow()
AccessibleTableModelChangegetFirstRow in interface AccessibleTableModelChangepublic int getLastRow()
AccessibleTableModelChangegetLastRow in interface AccessibleTableModelChangepublic int getFirstColumn()
AccessibleTableModelChangegetFirstColumn in interface AccessibleTableModelChangepublic int getLastColumn()
AccessibleTableModelChangegetLastColumn in interface 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.