| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
protected class 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 AccessibleTableModelChangeAccessibleTableModelChange.INSERT, 
AccessibleTableModelChange.UPDATE, 
AccessibleTableModelChange.DELETEpublic 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| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.