Uses of Class
adams.gui.tools.idprovider.AbstractIDProviderPanel
-
Packages that use AbstractIDProviderPanel Package Description adams.gui.tools adams.gui.tools.idprovider -
-
Uses of AbstractIDProviderPanel in adams.gui.tools
Fields in adams.gui.tools declared as AbstractIDProviderPanel Modifier and Type Field Description protected AbstractIDProviderPanelDeleteSampleDataPanel. m_CurrentIDProviderthe current panel.protected AbstractIDProviderPanelListSampleDataPanel. m_CurrentIDProviderthe current panel.protected AbstractIDProviderPanelUpdateSampleDataPanel. m_CurrentIDProviderthe current panel.Fields in adams.gui.tools with type parameters of type AbstractIDProviderPanel Modifier and Type Field Description protected Map<String,AbstractIDProviderPanel>DeleteSampleDataPanel. m_IDPanelsthe ID panels.protected Map<String,AbstractIDProviderPanel>ListSampleDataPanel. m_IDPanelsthe ID panels.protected Map<String,AbstractIDProviderPanel>UpdateSampleDataPanel. m_IDPanelsthe ID panels. -
Uses of AbstractIDProviderPanel in adams.gui.tools.idprovider
Subclasses of AbstractIDProviderPanel in adams.gui.tools.idprovider Modifier and Type Class Description classDatabaseSearchPanelPanel for obtaining IDs from the database.classManualListPanelAllows the user to specify the IDs manually.classSpreadSheetIDPanelAllows the user to load IDs from a spreadsheet.
-