
xy.reflect.ui.resource.jdk-apidocs.javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reflection-ui Show documentation
Show all versions of reflection-ui Show documentation
Generates automatically the GUI of any Java object
JTable.AccessibleJTable.AccessibleJTableModelChange (Java Platform SE 6)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Java™ Platform
Standard Ed. 6
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
javax.swing
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
Field Summary | |
---|---|
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 |
Constructor Summary | |
---|---|
protected |
JTable.AccessibleJTable.AccessibleJTableModelChange(int type,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
|
Method Summary | |
---|---|
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 |
Field Detail |
---|
type
protected int type
firstRow
protected int firstRow
lastRow
protected int lastRow
firstColumn
protected int firstColumn
lastColumn
protected int lastColumn
Constructor Detail |
---|
JTable.AccessibleJTable.AccessibleJTableModelChange
protected JTable.AccessibleJTable.AccessibleJTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
Method Detail |
---|
getType
public int getType()
- Description copied from interface:
AccessibleTableModelChange
- Returns the type of event
- Specified by:
getType
in interfaceAccessibleTableModelChange
getFirstRow
public int getFirstRow()
- Description copied from interface:
AccessibleTableModelChange
- Returns the first row that changed.
- Specified by:
getFirstRow
in interfaceAccessibleTableModelChange
getLastRow
public int getLastRow()
- Description copied from interface:
AccessibleTableModelChange
- Returns the last row that changed.
- Specified by:
getLastRow
in interfaceAccessibleTableModelChange
getFirstColumn
public int getFirstColumn()
- Description copied from interface:
AccessibleTableModelChange
- Returns the first column that changed.
- Specified by:
getFirstColumn
in interfaceAccessibleTableModelChange
getLastColumn
public int getLastColumn()
- Description copied from interface:
AccessibleTableModelChange
- Returns the last column that changed.
- Specified by:
getLastColumn
in interfaceAccessibleTableModelChange
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy