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

Packages that use CommandLineFrame
proper.gui Contains all classes concerning the GUI frontend of Proper. 
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 CommandLineFrame in proper.gui
 

Subclasses of CommandLineFrame in proper.gui
 class Proper
          This is the main GUI class, which starts all other windows.
 

Uses of CommandLineFrame in proper.gui.core.frame
 

Subclasses of CommandLineFrame in proper.gui.core.frame
 class ApplicationFrame
          This class defines the application window that handles subordinated windows.
 class ChildFrame
          This class has always the ApplicationFrame as parent.
 class DatabaseChildFrame
          This class has always the ApplicationFrame as parent.
 

Uses of CommandLineFrame in proper.gui.experiment
 

Subclasses of CommandLineFrame 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 CommandLineFrame in proper.gui.help
 

Subclasses of CommandLineFrame 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 CommandLineFrame in proper.gui.milk
 

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

Uses of CommandLineFrame in proper.gui.remote
 

Subclasses of CommandLineFrame 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 CommandLineFrame in proper.gui.util
 

Subclasses of CommandLineFrame 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 CommandLineFrame in proper.gui.weka
 

Subclasses of CommandLineFrame 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.