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 classDeleteSampleDataPanelAllows the user to delete sample data values from selected spectra.classListSampleDataPanelAllows the user to list sample data from selected spectra.classUpdateSampleDataPanelAllows 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 IDConsumerAbstractIDProviderPanel. m_Ownerthe owner.Methods in adams.gui.tools.idprovider that return IDConsumer Modifier and Type Method Description IDConsumerAbstractIDProviderPanel. 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.
-