| AbstractConditionalDatabaseSelectionPanel<T,C extends AbstractConditions> |
Abstract ancestor for selection panels that allow a conditional display
of the items collected from the database.
|
| AbstractDatabaseSelectionDialog<T,P extends AbstractDatabaseSelectionPanel> |
Abstract ancestor for dialogs that allow the selection of items from a table,
using a database as backend.
|
| AbstractDatabaseSelectionPanel<T> |
Abstract ancestor for table-based selection panels that use the database
as backend.
|
| AbstractFieldCacheItem |
For caching fields per database connection.
|
| AbstractFieldCacheManager |
Manages the field caches.
|
| AbstractSelectDatabaseFieldDialog<T extends AbstractField> |
Dialog for selecting fields (obtained from a database).
|
| AbstractSelectDatabaseFieldPanel<T extends AbstractField> |
A panel for selecting a field (obtained from a database).
|
| AbstractSelectionDialog<T,P extends AbstractSelectionPanel> |
Abstract ancestor for dialogs that allow the selection of items.
|
| AbstractSelectionPanel |
Abstract ancestor for all selection panels.
|
| AbstractTableBasedSelectionDialog<T,P extends AbstractTableBasedSelectionPanel> |
Abstract ancestor for dialogs that allow the selection of items from a table.
|
| AbstractTableBasedSelectionPanel<T> |
Abstract ancestor for selection panels that use a JTable for displaying
the options.
|
| AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<T> |
A simple table model for displaying the data.
|
| FieldCacheTableModel |
Table model for displaying the fields from a cache item.
|
| SelectEmailAddressDialog |
Dialog for selecting email addresses.
|
| SelectEmailAddressPanel |
Allows the selection of email addresses.
|
| SelectEmailAddressPanel.TableModel |
A simple table model for displaying the contacts.
|
| SelectFieldDialog |
Dialog for selecting fields (obtained from a database).
|
| SelectFieldPanel |
A panel for selecting a field (obtained from a database).
|