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 ChildFrame
ChildFrame. m_Self
the frame itself.Methods in adams.gui.application that return ChildFrame Modifier and Type Method Description static ChildFrame
AbstractApplicationFrame. createChildFrame(AbstractApplicationFrame owner, String title, Component c, Dimension size, String icon)
creates a frame and returns it.protected ChildFrame
AbstractApplicationFrame. createChildFrame(String title, Component c, Dimension size, String icon)
creates a frame and returns it.protected ChildFrame
AbstractMenuItemDefinition. createChildFrame(Component c)
Creates a frame and returns it.protected ChildFrame
AbstractMenuItemDefinition. createChildFrame(Component c, Dimension size)
creates a frame and returns it.ChildFrame
ChildFrame. getNewWindow()
Creates a new window of itself.Methods in adams.gui.application with parameters of type ChildFrame Modifier and Type Method Description void
AbstractApplicationFrame. 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 void
MakeCompatibleDatasets. doGenerate(ChildFrame frame, Properties props)
Performs the data generation.protected void
MergeDatasets. doMerge(ChildFrame frame, File[] input, WekaMergeInstancesActor merge, File output)
Performs the merge.protected void
AbstractClassifierBasedGeneticAlgorithmWizard. doOptimize(ChildFrame frame, AbstractClassifierBasedGeneticAlgorithm genetic, String[] files)
Performs the optimization.
-