org.eclipse.actf.accservice.core.win32.ia2
Class IA2AccessibleTableModelChange

java.lang.Object
  extended by org.eclipse.actf.accservice.core.win32.ia2.IA2AccessibleTableModelChange

public class IA2AccessibleTableModelChange
extends Object


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

type

public int type

firstRow

public int firstRow

lastRow

public int lastRow

firstColumn

public int firstColumn

lastColumn

public int lastColumn
Constructor Detail

IA2AccessibleTableModelChange

public IA2AccessibleTableModelChange(int type,
                                     int firstRow,
                                     int lastRow,
                                     int firstColumn,
                                     int lastColumn)
Method Detail

toString

public String toString()
Overrides:
toString in class Object