|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.kupzog.ktable.KTableCellSelectionAdapter
public class KTableCellSelectionAdapter
Constructor Summary | |
---|---|
KTableCellSelectionAdapter()
|
Method Summary | |
---|---|
void |
cellSelected(int col,
int row,
int statemask)
Is called if a non-fixed cell is selected (gets the focus). |
void |
fixedCellSelected(int col,
int row,
int statemask)
Is called if a fixed cell is selected (is clicked). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KTableCellSelectionAdapter()
Method Detail |
---|
public void cellSelected(int col, int row, int statemask)
cellSelected
in interface KTableCellSelectionListener
col
- the column of the cellrow
- the row of the cellstatemask
- the modifier keys that where pressed when the selection happened.for an explanation of the term "fixed cells".
public void fixedCellSelected(int col, int row, int statemask)
fixedCellSelected
in interface KTableCellSelectionListener
col
- the column of the cellrow
- the row of the cellstatemask
- the modifier keys that where pressed when the selection happened.for an explanation of the term "fixed cells".
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |