|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProperFrame | |
---|---|
proper.gui | Contains all classes concerning the GUI frontend of Proper. |
proper.gui.core.dialog | All different kinds of dialogs can be found here, e.g. |
proper.gui.core.frame | Frames that are used in Proper are located here. |
proper.gui.core.panel | Some useful panels that bundle behavior, e.g. |
proper.gui.core.text | All different kinds of TextFields can be found here, e.g. |
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 ProperFrame in proper.gui |
---|
Subclasses of ProperFrame in proper.gui | |
---|---|
class |
Proper
This is the main GUI class, which starts all other windows. |
Uses of ProperFrame in proper.gui.core.dialog |
---|
Methods in proper.gui.core.dialog that return ProperFrame | |
---|---|
ProperFrame |
ProperDialog.getParentFrame()
returns the owner of the dialog |
Constructors in proper.gui.core.dialog with parameters of type ProperFrame | |
---|---|
DatabaseDialog(ProperFrame parent)
initializes the dialog |
|
DatabaseDialog(ProperFrame parent,
java.lang.String title)
initializes the dialog with the given title |
|
EditDialog(ProperFrame parent)
initializes the dialog |
|
EditDialog(ProperFrame parent,
java.lang.String title)
initializes the dialog with the given title |
|
ErrorBox(ProperFrame parent,
java.lang.String title,
java.lang.String text)
initializes the dialog |
|
InformationBox(ProperFrame parent,
java.lang.String title,
java.lang.String text)
initializes the dialog |
|
ListDialog(ProperFrame parent)
initializes the dialog |
|
ListDialog(ProperFrame parent,
java.lang.String title)
initializes the dialog with the given title |
|
MessageBox(ProperFrame parent,
java.lang.String title,
java.lang.String text,
java.lang.String[] buttons,
java.lang.String icon)
displays a dialog with given title, text and buttons |
|
MessageBox(ProperFrame parent,
java.lang.String title,
java.lang.String text,
java.lang.String[] buttons,
java.lang.String icon,
int width,
int height)
displays a dialog with given title, text and buttons |
|
ProperDialog(ProperFrame parent,
java.lang.String title)
initializes the dialog |
|
QuestionBox(ProperFrame parent,
java.lang.String title,
java.lang.String text)
initializes the dialog |
|
RelationsDialog(ProperFrame parent)
initializes the dialog |
|
RelationsDialog(ProperFrame parent,
java.lang.String title)
initializes the dialog with the given title |
Uses of ProperFrame in proper.gui.core.frame |
---|
Subclasses of ProperFrame 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 |
CommandLineFrame
This class defines a frame that handles command line arguments. This class is started with the command line parameters like this: |
class |
DatabaseChildFrame
This class has always the ApplicationFrame as parent. |
class |
DummyFrame
This Frame is only used for Dialogs, since there exists the problem if a JDialog is instantiated without a parent (e.g. |
Methods in proper.gui.core.frame that return ProperFrame | |
---|---|
ProperFrame |
FrameThread.getParentFrame()
returns the parent frame which owns this thread |
Constructors in proper.gui.core.frame with parameters of type ProperFrame | |
---|---|
FrameThread(ProperFrame parent)
initializes the thread |
Uses of ProperFrame in proper.gui.core.panel |
---|
Methods in proper.gui.core.panel that return ProperFrame | |
---|---|
ProperFrame |
RelationsPanel.getParentFrame()
returns the frame that owns this panel |
Constructors in proper.gui.core.panel with parameters of type ProperFrame | |
---|---|
RelationsPanel(ProperFrame parent)
initializes the panel |
|
RelationsPanel(ProperFrame parent,
java.lang.String driver,
java.lang.String url,
java.lang.String database,
java.lang.String user,
java.lang.String password,
java.lang.String table,
java.lang.String excludes,
java.lang.String maxDepth)
initializes the panel with the given values |
Uses of ProperFrame in proper.gui.core.text |
---|
Methods in proper.gui.core.text that return ProperFrame | |
---|---|
ProperFrame |
ProperTextField.getParentFrame()
returns the parent frame |
Constructors in proper.gui.core.text with parameters of type ProperFrame | |
---|---|
ClassifierTextField(ProperFrame parent)
initializes the field with a standard size |
|
ClassifierTextField(ProperFrame parent,
int columns)
initializes the field with the given size |
|
ClassifierTextField(ProperFrame parent,
java.lang.String text,
int columns)
initializes the field the given text and the given size |
|
ClassifierTextField(ProperFrame parent,
java.lang.String text,
int columns,
boolean useIcon)
initializes the field the given text and the given size |
|
DatabaseTextField(ProperFrame parent,
int type)
initializes the field with a standard size |
|
DatabaseTextField(ProperFrame parent,
int type,
int columns)
initializes the field with the given size |
|
DatabaseTextField(ProperFrame parent,
int type,
java.lang.String text,
int columns)
initializes the field the given text and the given size |
|
DatabaseTextField(ProperFrame parent,
int type,
java.lang.String text,
int columns,
boolean useIcon)
initializes the field the given text and the given size |
|
FileTextField(ProperFrame parent)
initializes the field with a standard size |
|
FileTextField(ProperFrame parent,
int columns)
initializes the field with the given size |
|
FileTextField(ProperFrame parent,
java.lang.String text,
int columns)
initializes the field the given text and the given size |
|
FileTextField(ProperFrame parent,
java.lang.String text,
int columns,
boolean useIcon)
initializes the field the given text and the given size |
|
FilterTextField(ProperFrame parent)
initializes the field with a standard size |
|
FilterTextField(ProperFrame parent,
int columns)
initializes the field with the given size |
|
FilterTextField(ProperFrame parent,
java.lang.String text,
int columns)
initializes the field the given text and the given size |
|
FilterTextField(ProperFrame parent,
java.lang.String text,
int columns,
boolean useIcon)
initializes the field the given text and the given size |
|
MIClassifierTextField(ProperFrame parent)
initializes the field with a standard size |
|
MIClassifierTextField(ProperFrame parent,
int columns)
initializes the field with the given size |
|
MIClassifierTextField(ProperFrame parent,
java.lang.String text,
int columns)
initializes the field the given text and the given size |
|
MIClassifierTextField(ProperFrame parent,
java.lang.String text,
int columns,
boolean useIcon)
initializes the field the given text and the given size |
|
ProperTextField(ProperFrame parent)
initializes the field with a standard size |
|
ProperTextField(ProperFrame parent,
int columns)
initializes the field with the given size |
|
ProperTextField(ProperFrame parent,
java.lang.String text,
int columns)
initializes the field the given text and the given size |
|
ProperTextField(ProperFrame parent,
java.lang.String text,
int columns,
boolean useIcon)
initializes the field the given text and the given size |
|
RelationsTextField(ProperFrame parent)
initializes the field with a standard size |
|
RelationsTextField(ProperFrame parent,
int columns)
initializes the field with the given size |
|
RelationsTextField(ProperFrame parent,
java.lang.String text,
int columns)
initializes the field the given text and the given size |
|
RelationsTextField(ProperFrame parent,
java.lang.String text,
int columns,
boolean useIcon)
initializes the field the given text and the given size |
Uses of ProperFrame in proper.gui.experiment |
---|
Subclasses of ProperFrame 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. |
Constructors in proper.gui.experiment with parameters of type ProperFrame | |
---|---|
ExperimentOptions(ProperFrame parent,
Ant ant)
initializes the dialog |
Uses of ProperFrame in proper.gui.help |
---|
Subclasses of ProperFrame 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 ProperFrame in proper.gui.milk |
---|
Subclasses of ProperFrame in proper.gui.milk | |
---|---|
class |
MIExperimenter
The MILK Experimenter. |
Uses of ProperFrame in proper.gui.remote |
---|
Subclasses of ProperFrame 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 ProperFrame in proper.gui.util |
---|
Subclasses of ProperFrame 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 ProperFrame in proper.gui.weka |
---|
Subclasses of ProperFrame 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |