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()
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 AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
public int getType()
AccessibleTableModelChange
getType
in interface AccessibleTableModelChange
AccessibleTableModelChange.INSERT
,
AccessibleTableModelChange.UPDATE
,
AccessibleTableModelChange.DELETE
public int getFirstRow()
AccessibleTableModelChange
getFirstRow
in interface AccessibleTableModelChange
public int getLastRow()
AccessibleTableModelChange
getLastRow
in interface AccessibleTableModelChange
public int getFirstColumn()
AccessibleTableModelChange
getFirstColumn
in interface AccessibleTableModelChange
public int getLastColumn()
AccessibleTableModelChange
getLastColumn
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, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.