| Package | Description |
|---|---|
| com.sptci.echo2.table |
Support classes for Table components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseTable
A
Table used to display data contained
in a DatabaseTableModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
RowSetTable.addSelectionListener(SelectionListener<RowSet,RowSetTable> listener)
Adds a selection listener to be notified of row selections.
|
void |
RowSetTable.removeSelectionListener(SelectionListener<RowSet,RowSetTable> listener)
Remove a selection listener from being notified of row selections.
|