AccessibleTableModelChange
JTable.AccessibleJTable
protected class JTable.AccessibleJTable.AccessibleJTableModelChange extends Object implements AccessibleTableModelChange
Modifier and Type | Field | Description |
---|---|---|
protected int |
firstColumn |
The first column |
protected int |
firstRow |
The first row |
protected int |
lastColumn |
The last column |
protected int |
lastRow |
The last row |
protected int |
type |
The type |
DELETE, INSERT, UPDATE
Modifier | Constructor | Description |
---|---|---|
protected |
Constructs an AccessibleJTableModelChange . |
Modifier and Type | Method | Description |
---|---|---|
int |
getFirstColumn() |
Returns the first column. |
int |
getFirstRow() |
Returns the first row. |
int |
getLastColumn() |
Returns the last column. |
int |
getLastRow() |
Returns the last row. |
int |
getType() |
Returns the type. |
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)
AccessibleJTableModelChange
.type
- the typefirstRow
- the first rowlastRow
- the last rowfirstColumn
- the first columnlastColumn
- the last columnpublic int getType()
getType
in interface AccessibleTableModelChange
public int getFirstRow()
getFirstRow
in interface AccessibleTableModelChange
public int getLastRow()
getLastRow
in interface AccessibleTableModelChange
public int getFirstColumn()
getFirstColumn
in interface AccessibleTableModelChange
public int getLastColumn()
getLastColumn
in interface AccessibleTableModelChange
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/swing/JTable.AccessibleJTable.AccessibleJTableModelChange.html