Uses of Class
proper.gui.core.frame.ChildFrame

Packages that use ChildFrame
proper.gui.core.frame Frames that are used in Proper are located here. 
proper.gui.experiment This package serves as a frontend to the command line based Application classes. 
proper.gui.help Contains the Help for Proper and also the famous "About-Box". 
proper.gui.milk Contains some MILK GUI tools. 
proper.gui.remote Contains classes for administrating the JobServer, e.g. 
proper.gui.util Contains some utils, like XML/XSL-Transformer ( XSLer ) or a Logfile-Viewer ( Logger ). 
proper.gui.weka Contains some WEKA GUI tools. 
 

Uses of ChildFrame in proper.gui.core.frame
 

Subclasses of ChildFrame in proper.gui.core.frame
 class DatabaseChildFrame
          This class has always the ApplicationFrame as parent.
 

Methods in proper.gui.core.frame that return ChildFrame
 ChildFrame ChildFrame.createInstance(java.lang.String classname)
          creates a new instance from the given classname and the current set parent
static ChildFrame ChildFrame.createInstance(java.lang.String classname, ApplicationFrame parent)
          creates a new instance from the given classname and the given parent
 

Methods in proper.gui.core.frame with parameters of type ChildFrame
 void ApplicationFrame.addWindow(ChildFrame frame)
          adds the window to the list
 void ApplicationFrame.removeWindow(ChildFrame frame)
          removes the window from the list
 boolean ApplicationFrame.showWindow(ChildFrame frame)
          brings window to the top
 

Uses of ChildFrame in proper.gui.experiment
 

Subclasses of ChildFrame in proper.gui.experiment
 class Builder
          The Builder is used for building custom experiments, i.e.
 class ExperimentFrame
          This frame is the ancestor for all Experiment-based frames.
 class Milk
          This frame is for Propositionalization with MILK.
 class Relaggs
          This frame is for Propositionalization with RELAGGS.
 class ReMilk
          This frame is for Propositionalization with REMILK.
 class Run
          This frame is for executing ANT files: it loads an XML file and displays the targets.
 class Setup
          This frame is for setting up the environment for Propositionalization.
 

Uses of ChildFrame in proper.gui.help
 

Subclasses of ChildFrame in proper.gui.help
 class About
          Displays a simple About-Box that display some system-settings etc.
 class Help
          This class is used as a simple HTML-Browser for displaying the Documentation.
 

Uses of ChildFrame in proper.gui.milk
 

Subclasses of ChildFrame in proper.gui.milk
 class MIExperimenter
          The MILK Experimenter.
 

Uses of ChildFrame in proper.gui.remote
 

Subclasses of ChildFrame in proper.gui.remote
 class Jobber
          This class is a GUI frontend for creating Jobslists for the distributed computing.
 class JobMonitor
          This class monitors a JobServer, offering a GUI for the current status.
The deletion of jobs may not work if a job became obsolete, i.e.
 

Uses of ChildFrame in proper.gui.util
 

Subclasses of ChildFrame in proper.gui.util
 class Editor
          A little tool for editing files.
 class Logger
          A little tool for handling logfiles, e.g.
 class Relations
          This Viewer shows the relations from a given database and a given table.
The Tree is editable via a Popup-Menu (right mouse button) and the resulting tree can be used in the Propositionalization step instead of autodiscover.
 class XSLer
          This class can be used for testing XSL scripts.
 

Uses of ChildFrame in proper.gui.weka
 

Subclasses of ChildFrame in proper.gui.weka
 class ArffViewer
          A little tool for viewing ARFF files.
 class Experimenter
          The WEKA Experimenter.
 class Explorer
          The WEKA Explorer.
 class SqlViewer
          A small viewer for doing SQL queries.