All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.util.EventObject | +----java.awt.AWTEvent | +----jclass.table.TableAWTEvent | +----jclass.table.JCEnterCellEvent
POINTER Traverse to the cell the user clicked on LEFT Traverse left to the first traversable cell RIGHT Traverse right to the first traversable cell UP Traverse up to the first traversable cell DOWN Traverse down to the first traversable cell null Initiated programatically by call to JCTable.traverse
public static final int ENTER_CELL
public JCEnterCellEvent(Table table, int r, int c, String param)
public int getRow()
public int getColumn()
public String getParam()
POINTER Traverse to the cell the user clicked on LEFT Traverse left to the first traversable cell RIGHT Traverse right to the first traversable cell UP Traverse up to the first traversable cell DOWN Traverse down to the first traversable cell null Initiated programatically by call to JCTable.traverse
All Packages Class Hierarchy This Package Previous Next Index