|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleTableModelChange
public class IA2AccessibleTableModelChange
Field Summary | |
---|---|
int |
firstColumn
|
int |
firstRow
|
int |
lastColumn
|
int |
lastRow
|
int |
type
|
Constructor Summary | |
---|---|
IA2AccessibleTableModelChange(int type,
int firstRow,
int lastRow,
int firstColumn,
int lastColumn)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int type
public int firstRow
public int lastRow
public int firstColumn
public int lastColumn
Constructor Detail |
---|
public IA2AccessibleTableModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |