Uses of Class
adams.gui.selection.AbstractTableBasedSelectionPanel
-
Packages that use AbstractTableBasedSelectionPanel Package Description adams.gui.selection -
-
Uses of AbstractTableBasedSelectionPanel in adams.gui.selection
Classes in adams.gui.selection with type parameters of type AbstractTableBasedSelectionPanel Modifier and Type Class Description classAbstractTableBasedSelectionDialog<T,P extends AbstractTableBasedSelectionPanel>Abstract ancestor for dialogs that allow the selection of items from a table.Subclasses of AbstractTableBasedSelectionPanel in adams.gui.selection Modifier and Type Class Description classAbstractConditionalDatabaseSelectionPanel<T,C extends AbstractConditions>Abstract ancestor for selection panels that allow a conditional display of the items collected from the database.classAbstractDatabaseSelectionPanel<T>Abstract ancestor for table-based selection panels that use the database as backend.classAbstractSelectDatabaseFieldPanel<T extends AbstractField>A panel for selecting a field (obtained from a database).classSelectEmailAddressPanelAllows the selection of email addresses.Fields in adams.gui.selection declared as AbstractTableBasedSelectionPanel Modifier and Type Field Description protected AbstractTableBasedSelectionPanel<T>AbstractTableBasedSelectionPanel. m_Selfthe panel itself.
-