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 AbstractIDProviderPanel
DeleteSampleDataPanel. m_CurrentIDProvider
the current panel.protected AbstractIDProviderPanel
ListSampleDataPanel. m_CurrentIDProvider
the current panel.protected AbstractIDProviderPanel
UpdateSampleDataPanel. m_CurrentIDProvider
the current panel.Fields in adams.gui.tools with type parameters of type AbstractIDProviderPanel Modifier and Type Field Description protected Map<String,AbstractIDProviderPanel>
DeleteSampleDataPanel. m_IDPanels
the ID panels.protected Map<String,AbstractIDProviderPanel>
ListSampleDataPanel. m_IDPanels
the ID panels.protected Map<String,AbstractIDProviderPanel>
UpdateSampleDataPanel. m_IDPanels
the ID panels. -
Uses of AbstractIDProviderPanel in adams.gui.tools.idprovider
Subclasses of AbstractIDProviderPanel in adams.gui.tools.idprovider Modifier and Type Class Description class
DatabaseSearchPanel
Panel for obtaining IDs from the database.class
ManualListPanel
Allows the user to specify the IDs manually.class
SpreadSheetIDPanel
Allows the user to load IDs from a spreadsheet.
-