protected class JTable.AccessibleJTable.AccessibleJTableModelChange extends Object implements AccessibleTableModelChange
Modifier and Type | Field and 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 and Description |
---|---|
protected |
AccessibleJTableModelChange(int type,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
Constructs an
AccessibleJTableModelChange . |
Modifier and Type | Method and 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
AccessibleTableModelChange.INSERT
,
AccessibleTableModelChange.UPDATE
,
AccessibleTableModelChange.DELETE
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
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.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait