com.eliad.swing
Class AccessibleGrid.AccessibleGridModelChange

java.lang.Object
  |
  +--com.eliad.swing.AccessibleGrid.AccessibleGridModelChange

protected class AccessibleGrid.AccessibleGridModelChange
extends java.lang.Object
implements javax.accessibility.AccessibleTableModelChange

Describes a change in the accessible table model.


Field Summary
protected  int firstColumn
           
protected  int firstRow
           
protected  int lastColumn
           
protected  int lastRow
           
protected  int type
           
 
Constructor Summary
protected AccessibleGrid.AccessibleGridModelChange(int type, int firstRow, int lastRow, int firstColumn, int lastColumn)
           
 
Method Summary
 int getFirstColumn()
           
 int getFirstRow()
           
 int getLastColumn()
           
 int getLastRow()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected int type

firstRow

protected int firstRow

lastRow

protected int lastRow

firstColumn

protected int firstColumn

lastColumn

protected int lastColumn
Constructor Detail

AccessibleGrid.AccessibleGridModelChange

protected AccessibleGrid.AccessibleGridModelChange(int type,
                                                   int firstRow,
                                                   int lastRow,
                                                   int firstColumn,
                                                   int lastColumn)
Method Detail

getType

public int getType()
Specified by:
getType in interface javax.accessibility.AccessibleTableModelChange

getFirstRow

public int getFirstRow()
Specified by:
getFirstRow in interface javax.accessibility.AccessibleTableModelChange

getLastRow

public int getLastRow()
Specified by:
getLastRow in interface javax.accessibility.AccessibleTableModelChange

getFirstColumn

public int getFirstColumn()
Specified by:
getFirstColumn in interface javax.accessibility.AccessibleTableModelChange

getLastColumn

public int getLastColumn()
Specified by:
getLastColumn in interface javax.accessibility.AccessibleTableModelChange