Uses of Class
adams.gui.selection.AbstractSelectionPanel
-
Packages that use AbstractSelectionPanel Package Description adams.gui.selection -
-
Uses of AbstractSelectionPanel in adams.gui.selection
Classes in adams.gui.selection with type parameters of type AbstractSelectionPanel Modifier and Type Class Description class
AbstractSelectionDialog<T,P extends AbstractSelectionPanel>
Abstract ancestor for dialogs that allow the selection of items.Subclasses of AbstractSelectionPanel 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
AbstractDatabaseSelectionPanel<T>
Abstract ancestor for table-based selection panels that use the database as backend.class
AbstractSelectDatabaseFieldPanel<T extends AbstractField>
A panel for selecting a field (obtained from a database).class
AbstractTableBasedSelectionPanel<T>
Abstract ancestor for selection panels that use a JTable for displaying the options.class
SelectEmailAddressPanel
Allows the selection of email addresses.Fields in adams.gui.selection declared as AbstractSelectionPanel Modifier and Type Field Description protected P
AbstractSelectionDialog. m_Panel
the selection panel.
-