Uses of Class
adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
-
Packages that use AbstractAnalysisPanel Package Description adams.gui.tools.wekamultiexperimenter adams.gui.tools.wekamultiexperimenter.analysis -
-
Uses of AbstractAnalysisPanel in adams.gui.tools.wekamultiexperimenter
Fields in adams.gui.tools.wekamultiexperimenter declared as AbstractAnalysisPanel Modifier and Type Field Description protected AbstractAnalysisPanelAnalysisPanel. m_PanelAnalysisthe current panel.Fields in adams.gui.tools.wekamultiexperimenter with type parameters of type AbstractAnalysisPanel Modifier and Type Field Description protected BaseComboBox<AbstractAnalysisPanel>AnalysisPanel. m_ComboBoxPanelsthe combobox with all available panels.Methods in adams.gui.tools.wekamultiexperimenter with parameters of type AbstractAnalysisPanel Modifier and Type Method Description protected voidAnalysisPanel. updatePanel(AbstractAnalysisPanel panel)Sets the panel as the new analysis panel. -
Uses of AbstractAnalysisPanel in adams.gui.tools.wekamultiexperimenter.analysis
Subclasses of AbstractAnalysisPanel in adams.gui.tools.wekamultiexperimenter.analysis Modifier and Type Class Description classDefaultAnalysisPanelDefault panel for analyzing results from experiments.Methods in adams.gui.tools.wekamultiexperimenter.analysis that return AbstractAnalysisPanel Modifier and Type Method Description abstract AbstractAnalysisPanelAbstractAnalysisPanel. getClone()Returns a clone of the object.
-