|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
| 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 |
protected int type
protected int firstRow
protected int lastRow
protected int firstColumn
protected int lastColumn
| Constructor Detail |
protected JTable.AccessibleJTable.AccessibleJTableModelChange(int type,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
| Method Detail |
public int getType()
AccessibleTableModelChange
getType in interface AccessibleTableModelChangepublic int getFirstRow()
AccessibleTableModelChange
getFirstRow in interface AccessibleTableModelChangepublic int getLastRow()
AccessibleTableModelChange
getLastRow in interface AccessibleTableModelChangepublic int getFirstColumn()
AccessibleTableModelChange
getFirstColumn in interface AccessibleTableModelChangepublic int getLastColumn()
AccessibleTableModelChange
getLastColumn in interface AccessibleTableModelChange
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.