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 classPlainTextResultsPanelDisplays the results in plain text.classTableResultsPanelDisplays 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_ComboBoxResultsthe combobox with the results panels.protected List<AbstractResultsPanel>DefaultAnalysisPanel. m_PanelsResultsthe results panels.Methods in adams.gui.tools.wekamultiexperimenter.analysis that return AbstractResultsPanel Modifier and Type Method Description abstract AbstractResultsPanelAbstractResultsPanel. getClone()Returns a clone of the object.AbstractResultsPanelDefaultAnalysisPanel.HistoryPanel. removeEntry(String name)Removes the specified entry.
-