Uses of Class
adams.gui.application.ChildFrame
-
Packages that use ChildFrame Package Description adams.gui.application adams.gui.menu -
-
Uses of ChildFrame in adams.gui.application
Fields in adams.gui.application declared as ChildFrame Modifier and Type Field Description protected ChildFrameChildFrame. m_Selfthe frame itself.Methods in adams.gui.application that return ChildFrame Modifier and Type Method Description static ChildFrameAbstractApplicationFrame. createChildFrame(AbstractApplicationFrame owner, String title, Component c, Dimension size, String icon)creates a frame and returns it.protected ChildFrameAbstractApplicationFrame. createChildFrame(String title, Component c, Dimension size, String icon)creates a frame and returns it.protected ChildFrameAbstractMenuItemDefinition. createChildFrame(Component c)Creates a frame and returns it.protected ChildFrameAbstractMenuItemDefinition. createChildFrame(Component c, Dimension size)creates a frame and returns it.ChildFrameChildFrame. getNewWindow()Creates a new window of itself.Methods in adams.gui.application with parameters of type ChildFrame Modifier and Type Method Description voidAbstractApplicationFrame. addChildFrame(ChildFrame c)adds the given child frame to the list of frames. -
Uses of ChildFrame in adams.gui.menu
Methods in adams.gui.menu with parameters of type ChildFrame Modifier and Type Method Description protected voidMakeCompatibleDatasets. doGenerate(ChildFrame frame, Properties props)Performs the data generation.protected voidMergeDatasets. doMerge(ChildFrame frame, File[] input, WekaMergeInstancesActor merge, File output)Performs the merge.protected voidAbstractClassifierBasedGeneticAlgorithmWizard. doOptimize(ChildFrame frame, AbstractClassifierBasedGeneticAlgorithm genetic, String[] files)Performs the optimization.
-