Uses of Class
adams.gui.selection.AbstractDatabaseSelectionPanel
-
Packages that use AbstractDatabaseSelectionPanel Package Description adams.gui.selection -
-
Uses of AbstractDatabaseSelectionPanel in adams.gui.selection
Classes in adams.gui.selection with type parameters of type AbstractDatabaseSelectionPanel 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.Subclasses of AbstractDatabaseSelectionPanel in adams.gui.selection Modifier and Type Class Description class
AbstractConditionalDatabaseSelectionPanel<T,C extends AbstractConditions>
Abstract ancestor for selection panels that allow a conditional display of the items collected from the database.class
AbstractSelectDatabaseFieldPanel<T extends AbstractField>
A panel for selecting a field (obtained from a database).
-