All Packages Class Hierarchy
<component_name>.<param> <param>
If key is LEFT, RIGHT, DOWN, UP, TAB, or SHIFT-TAB, the adjacent cell is traversed to.
Otherwise, sorts or resizes the cell.
The delimeter can be "escaped" by a \\
To include "\,", precede the \ by a \,
For example: a,b\,c,\\,d -> a b,c \,d
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()
START Begin interactive resize MOVE Select new height/width END Finish resize selection CANCEL Cancels the current resize
START Select cell if SelectionPolicy is not SELECT_NONE CURRENT Select current cell if SelectionPolicy is not SELECT_NONE EXTEND Extend selected region to include cell if SelectionPolicy is SELECT_RANGE or SELECT_MULTIRANGE ADD Select cell if SelectionPolicy is SELECT_MULTIRANGE CANCEL Cancels the current selection END Finish a selection
POINTER Traverse to the cell user clicked on LEFT Traverse left to first traversable cell RIGHT Traverse right to first traversable cell UP Traverse up to first traversable cell DOWN Traverse down to first traversable cell null Initiated programmatically by call to JCTable.traverse()
To remove all values, call clearCells().
JCTblEnum.MODE_LIST list operation JCTblEnum.MODE_TABLE table operates normallyWhen this property is set to MODE_LIST, selecting a cell causes all cells in the row to be selected.