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
Fields
Modifier and Type | Field and Description |
---|---|
protected int |
firstColumn |
protected int |
firstRow |
protected int |
lastColumn |
protected int |
lastRow |
protected int |
type |
Fields inherited from interface javax.accessibility.AccessibleTableModelChange
DELETE, INSERT, UPDATE
Constructors
Modifier | Constructor and Description |
---|---|
protected |
AccessibleJTableModelChange(int type,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn) |
Methods
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. |
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Fields
type
protected int type
firstRow
protected int firstRow
lastRow
protected int lastRow
firstColumn
protected int firstColumn
lastColumn
protected int lastColumn
Constructors
AccessibleJTableModelChange
protected AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
Methods
getType
public int getType()
Description copied from interface: AccessibleTableModelChange
Returns the type of event.
- Specified by:
-
getType
in interfaceAccessibleTableModelChange
- Returns:
- the type of event
- See Also:
-
AccessibleTableModelChange.INSERT
,AccessibleTableModelChange.UPDATE
,AccessibleTableModelChange.DELETE
getFirstRow
public int getFirstRow()
Description copied from interface: AccessibleTableModelChange
Returns the first row that changed.
- Specified by:
-
getFirstRow
in interfaceAccessibleTableModelChange
- Returns:
- the first row that changed
getLastRow
public int getLastRow()
Description copied from interface: AccessibleTableModelChange
Returns the last row that changed.
- Specified by:
-
getLastRow
in interfaceAccessibleTableModelChange
- Returns:
- the last row that changed
getFirstColumn
public int getFirstColumn()
Description copied from interface: AccessibleTableModelChange
Returns the first column that changed.
- Specified by:
-
getFirstColumn
in interfaceAccessibleTableModelChange
- Returns:
- the first column that changed
getLastColumn
public int getLastColumn()
Description copied from interface: AccessibleTableModelChange
Returns the last column that changed.
- Specified by:
-
getLastColumn
in interfaceAccessibleTableModelChange
- Returns:
- the last column that changed
© 1993, 2020, 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/javase/8/docs/api/javax/swing/JTable.AccessibleJTable.AccessibleJTableModelChange.html