|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationFrame | |
---|---|
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 ApplicationFrame in proper.gui |
---|
Subclasses of ApplicationFrame in proper.gui | |
---|---|
class |
Proper
This is the main GUI class, which starts all other windows. |
Uses of ApplicationFrame in proper.gui.core.frame |
---|
Methods in proper.gui.core.frame that return ApplicationFrame | |
---|---|
static ApplicationFrame |
ApplicationFrame.createInstance(java.lang.String classname)
creates a new instance from the given classname |
ApplicationFrame |
ChildFrame.getParentFrame()
returns the Application frame |
Methods in proper.gui.core.frame with parameters of type ApplicationFrame | |
---|---|
static ChildFrame |
ChildFrame.createInstance(java.lang.String classname,
ApplicationFrame parent)
creates a new instance from the given classname and the given parent |
void |
ChildFrame.setParentFrame(ApplicationFrame parent)
sets the Application frame |
Constructors in proper.gui.core.frame with parameters of type ApplicationFrame | |
---|---|
ChildFrame(ApplicationFrame parent)
initializes the frame with specified parent |
|
ChildFrame(ApplicationFrame parent,
java.lang.String title)
initializes the frame with specified title |
|
ChildFrame(ApplicationFrame parent,
java.lang.String title,
int width,
int height)
initializes the frame with the specified title and size |
|
ChildFrame(ApplicationFrame parent,
java.lang.String title,
int width,
int height,
int left,
int top)
initializes the frame with the specified title, size and coordinates |
|
DatabaseChildFrame(ApplicationFrame parent)
initializes the frame with the given parent |
|
DatabaseChildFrame(ApplicationFrame parent,
java.lang.String title)
initializes the frame with the given parent and frame |
|
DatabaseChildFrame(ApplicationFrame parent,
java.lang.String title,
int width,
int height)
initializes the frame with the specified title and size |
|
DatabaseChildFrame(ApplicationFrame parent,
java.lang.String title,
int width,
int height,
int left,
int top)
initializes the frame with the specified title, size and coordinates |
Uses of ApplicationFrame in proper.gui.experiment |
---|
Constructors in proper.gui.experiment with parameters of type ApplicationFrame | |
---|---|
Builder(ApplicationFrame parent)
initializes the object |
|
ExperimentFrame(ApplicationFrame parent,
java.lang.String title)
initializes the frame |
|
Milk(ApplicationFrame parent)
initializes the object |
|
Relaggs(ApplicationFrame parent)
initializes the object |
|
ReMilk(ApplicationFrame parent)
initializes the object |
|
Run(ApplicationFrame parent)
initializes the frame |
|
Setup(ApplicationFrame parent)
initializes the object |
Uses of ApplicationFrame in proper.gui.help |
---|
Constructors in proper.gui.help with parameters of type ApplicationFrame | |
---|---|
About(ApplicationFrame parent)
creates the dialog and displays it |
|
Help(ApplicationFrame parent)
initializes the object |
Uses of ApplicationFrame in proper.gui.milk |
---|
Constructors in proper.gui.milk with parameters of type ApplicationFrame | |
---|---|
MIExperimenter(ApplicationFrame parent)
initializes the object |
Uses of ApplicationFrame in proper.gui.remote |
---|
Constructors in proper.gui.remote with parameters of type ApplicationFrame | |
---|---|
Jobber(ApplicationFrame parent)
initializes the frame |
|
JobMonitor(ApplicationFrame parent)
initializes the object |
Uses of ApplicationFrame in proper.gui.util |
---|
Constructors in proper.gui.util with parameters of type ApplicationFrame | |
---|---|
Editor(ApplicationFrame parent)
initializes the object |
|
Logger(ApplicationFrame parent)
initializes the object |
|
Relations(ApplicationFrame parent)
initializes the viewer |
|
XSLer(ApplicationFrame parent)
initializes the object |
Uses of ApplicationFrame in proper.gui.weka |
---|
Constructors in proper.gui.weka with parameters of type ApplicationFrame | |
---|---|
ArffViewer(ApplicationFrame parent)
initializes the object |
|
Experimenter(ApplicationFrame parent)
initializes the object |
|
Explorer(ApplicationFrame parent)
initializes the object |
|
SqlViewer(ApplicationFrame parent)
initializes the object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |