Uses of Class
adams.gui.selection.AbstractSelectionDialog
-
Packages that use AbstractSelectionDialog Package Description adams.gui.selection -
-
Uses of AbstractSelectionDialog in adams.gui.selection
Subclasses of AbstractSelectionDialog in adams.gui.selection Modifier and Type Class Description class
AbstractDatabaseSelectionDialog<T,P extends AbstractDatabaseSelectionPanel>
Abstract ancestor for dialogs that allow the selection of items from a table, using a database as backend.class
AbstractSelectDatabaseFieldDialog<T extends AbstractField>
Dialog for selecting fields (obtained from a database).class
AbstractTableBasedSelectionDialog<T,P extends AbstractTableBasedSelectionPanel>
Abstract ancestor for dialogs that allow the selection of items from a table.class
SelectEmailAddressDialog
Dialog for selecting email addresses.
-