Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.JTable.AccessibleJTable.AccessibleJTableModelChange
protected class JTable.AccessibleJTable.AccessibleJTableModelChange extends Object implements AccessibleTableModelChange
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 |
Modifier | Constructor and Description |
---|---|
protected |
JTable.AccessibleJTable.AccessibleJTableModelChange(int type,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
|
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 |
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 AccessibleTableModelChange
AccessibleTableModelChange.INSERT
,
AccessibleTableModelChange.UPDATE
,
AccessibleTableModelChange.DELETE
public int getFirstRow()
AccessibleTableModelChange
getFirstRow
in interface AccessibleTableModelChange
public int getLastRow()
AccessibleTableModelChange
getLastRow
in interface AccessibleTableModelChange
public int getFirstColumn()
AccessibleTableModelChange
getFirstColumn
in interface AccessibleTableModelChange
public int getLastColumn()
AccessibleTableModelChange
getLastColumn
in interface AccessibleTableModelChange
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.