ts.ui
Interface TsTable.Callback
- All Known Implementing Classes:
- Biff
- Enclosing class:
- TsTable
- public static interface TsTable.Callback
Objects implementing this interface can be passed to the
TsTable class, to have their singleClick() or doubleClick()
functions called in response to single or double click in
the Table.
|
Method Summary |
void |
doubleClick(java.lang.Object aTable,
int row,
int col)
Called upon double-clicking on a row |
void |
singleClick(java.lang.Object aTable,
int row,
int col)
Called on a single click on a row |
singleClick
public void singleClick(java.lang.Object aTable,
int row,
int col)
- Called on a single click on a row
doubleClick
public void doubleClick(java.lang.Object aTable,
int row,
int col)
- Called upon double-clicking on a row