Uses of Interface
adams.gui.tools.idprovider.IDConsumer
-
Packages that use IDConsumer Package Description adams.gui.tools adams.gui.tools.idprovider -
-
Uses of IDConsumer in adams.gui.tools
Classes in adams.gui.tools that implement IDConsumer Modifier and Type Class Description class
DeleteSampleDataPanel
Allows the user to delete sample data values from selected spectra.class
ListSampleDataPanel
Allows the user to list sample data from selected spectra.class
UpdateSampleDataPanel
Allows the user to update/set values in selected spectra. -
Uses of IDConsumer in adams.gui.tools.idprovider
Fields in adams.gui.tools.idprovider declared as IDConsumer Modifier and Type Field Description protected IDConsumer
AbstractIDProviderPanel. m_Owner
the owner.Methods in adams.gui.tools.idprovider that return IDConsumer Modifier and Type Method Description IDConsumer
AbstractIDProviderPanel. getOwner()
Returns the owning panel.Constructors in adams.gui.tools.idprovider with parameters of type IDConsumer Constructor Description AbstractIDProviderPanel(IDConsumer owner)
Initializes the panel with the owner.DatabaseSearchPanel(IDConsumer owner)
Initializes the panel with the owner.ManualListPanel(IDConsumer owner)
Initializes the panel with the owner.SpreadSheetIDPanel(IDConsumer owner)
Initializes the panel with the owner.
-