Uses of Class
adams.gui.tools.wekamultiexperimenter.analysis.AbstractResultsPanel
-
Packages that use AbstractResultsPanel Package Description adams.gui.tools.wekamultiexperimenter.analysis -
-
Uses of AbstractResultsPanel in adams.gui.tools.wekamultiexperimenter.analysis
Subclasses of AbstractResultsPanel in adams.gui.tools.wekamultiexperimenter.analysis Modifier and Type Class Description class
PlainTextResultsPanel
Displays the results in plain text.class
TableResultsPanel
Displays the results in a table.Fields in adams.gui.tools.wekamultiexperimenter.analysis with type parameters of type AbstractResultsPanel Modifier and Type Field Description protected adams.gui.core.BaseComboBox<AbstractResultsPanel>
DefaultAnalysisPanel. m_ComboBoxResults
the combobox with the results panels.protected List<AbstractResultsPanel>
DefaultAnalysisPanel. m_PanelsResults
the results panels.Methods in adams.gui.tools.wekamultiexperimenter.analysis that return AbstractResultsPanel Modifier and Type Method Description abstract AbstractResultsPanel
AbstractResultsPanel. getClone()
Returns a clone of the object.AbstractResultsPanel
DefaultAnalysisPanel.HistoryPanel. removeEntry(String name)
Removes the specified entry.
-