| Package | Description |
|---|---|
| com.sptci.echo2.table |
Support classes for Table components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOTable<D>
A custom table used to display objects persisted using JDO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addSelectionListener(SelectionListener<D,? extends Table> listener)
Adds a selection listener to be notified of row selections.
|
void |
Table.removeSelectionListener(SelectionListener<D,? extends Table> listener)
Remove a selection listener from being notified of row selections.
|