- java.lang.Object
-
- javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
-
-
Field Summary
Fields
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
|
-
Constructor Summary
Constructors
Modifier |
Constructor |
Description |
protected |
AccessibleJTableModelChange(int type,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn) |
Constructs an AccessibleJTableModelChange .
|
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
type
protected int type
The type
-
firstRow
protected int firstRow
The first row
-
lastRow
protected int lastRow
The last row
-
lastColumn
protected int lastColumn
The last column
-
Constructor Detail
-
AccessibleJTableModelChange
protected AccessibleJTableModelChange(int type,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
Constructs an AccessibleJTableModelChange
.
- Parameters:
type
- the type
firstRow
- the first row
lastRow
- the last row
firstColumn
- the first column
lastColumn
- the last column