Uses of Class
adams.gui.tools.wekainvestigator.tab.experimenttab.output.AbstractOutputGenerator
-
Packages that use AbstractOutputGenerator Package Description adams.gui.tools.wekainvestigator.tab adams.gui.tools.wekainvestigator.tab.experimenttab.output -
-
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as AbstractOutputGenerator Modifier and Type Field Description protected AbstractOutputGenerator[]ExperimentTab. m_OutputGeneratorsthe output generators to use.Methods in adams.gui.tools.wekainvestigator.tab that return AbstractOutputGenerator Modifier and Type Method Description protected AbstractOutputGeneratorExperimentTab.HistoryPanel. configureOutput(AbstractOutputGenerator generator)Prompts the user with a GOE for configuring the output generator and returns it if accepted.AbstractOutputGenerator[]ExperimentTab. getOutputGenerators()Returns the current output generators.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type AbstractOutputGenerator Modifier and Type Method Description protected AbstractOutputGeneratorExperimentTab.HistoryPanel. configureOutput(AbstractOutputGenerator generator)Prompts the user with a GOE for configuring the output generator and returns it if accepted.protected voidExperimentTab.HistoryPanel. generateOutput(AbstractOutputGenerator generator, ResultItem item)Prompts the user with a GOE for configuring the output generator and then generates the output.voidExperimentTab. setOutputGenerators(AbstractOutputGenerator[] value)Sets the output generators to use. -
Uses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.experimenttab.output
Subclasses of AbstractOutputGenerator in adams.gui.tools.wekainvestigator.tab.experimenttab.output Modifier and Type Class Description classRunInformationGenerates run information.classTextOutputGenerates textual output.
-