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 AbstractAnalysisPanel
AnalysisPanel. m_PanelAnalysis
the current panel.Fields in adams.gui.tools.wekamultiexperimenter with type parameters of type AbstractAnalysisPanel Modifier and Type Field Description protected adams.gui.core.BaseComboBox<AbstractAnalysisPanel>
AnalysisPanel. m_ComboBoxPanels
the combobox with all available panels.Methods in adams.gui.tools.wekamultiexperimenter with parameters of type AbstractAnalysisPanel Modifier and Type Method Description protected void
AnalysisPanel. 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 class
DefaultAnalysisPanel
Default panel for analyzing results from experiments.Methods in adams.gui.tools.wekamultiexperimenter.analysis that return AbstractAnalysisPanel Modifier and Type Method Description abstract AbstractAnalysisPanel
AbstractAnalysisPanel. getClone()
Returns a clone of the object.
-