Class JTable.AccessibleJTable.AccessibleJTableModelChange
java.lang.Object 
 javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
 - All Implemented Interfaces:
 AccessibleTableModelChange
- Enclosing class:
 - JTable.AccessibleJTable
 
protected class JTable.AccessibleJTable.AccessibleJTableModelChange extends Object implements AccessibleTableModelChange
Describes a change in the accessible table model.
 Field Summary
| 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   | 
Fields declared in interface javax.accessibility.AccessibleTableModelChange
DELETE, INSERT, UPDATE
Constructor Summary
| Modifier | Constructor | Description | 
|---|---|---|
protected  | 
  Constructs an   AccessibleJTableModelChange. | 
Method Summary
| 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.   | 
Field Details
type
protected int type
The type
 firstRow
protected int firstRow
The first row
 lastRow
protected int lastRow
The last row
 firstColumn
protected int firstColumn
The first column
 lastColumn
protected int lastColumn
The last column
 Constructor Details
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 
Method Details
getType
public int getType()
Returns the type.
 - Specified by:
 - 
getTypein interfaceAccessibleTableModelChange - Returns:
 - the type
 - See Also:
 
getFirstRow
public int getFirstRow()
Returns the first row.
 - Specified by:
 - 
getFirstRowin interfaceAccessibleTableModelChange - Returns:
 - the first row
 
getLastRow
public int getLastRow()
Returns the last row.
 - Specified by:
 - 
getLastRowin interfaceAccessibleTableModelChange - Returns:
 - the last row
 
getFirstColumn
public int getFirstColumn()
Returns the first column.
 - Specified by:
 - 
getFirstColumnin interfaceAccessibleTableModelChange - Returns:
 - the first column
 
getLastColumn
public int getLastColumn()
Returns the last column.
 - Specified by:
 - 
getLastColumnin interfaceAccessibleTableModelChange - Returns:
 - the last column
 
    © 1993, 2021, 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/17/docs/api/java.desktop/javax/swing/JTable.AccessibleJTable.AccessibleJTableModelChange.html