Package | Description |
---|---|
weka.gui |
Modifier and Type | Field and Description |
---|---|
protected static Main |
Main.m_MainCommandline
variable for the Main class which would be set to null by the memory
monitoring thread to free up some memory if we running out of memory.
|
protected static Main |
Main.m_MainSingleton
singleton instance of the GUI.
|
protected Main |
Main.ChildFrameSDI.m_Parent
the parent frame.
|
protected Main |
Main.ChildFrameMDI.m_Parent
the parent frame.
|
protected Main |
Main.m_Self
the frame itself.
|
Modifier and Type | Method and Description |
---|---|
Main |
Main.ChildFrameSDI.getParentFrame()
returns the parent frame, can be null.
|
Main |
Main.ChildFrameMDI.getParentFrame()
returns the parent frame, can be null.
|
static Main |
Main.getSingleton()
Return the singleton instance of the Main GUI.
|
Modifier and Type | Method and Description |
---|---|
protected Container |
Main.createFrame(Main parent,
String title,
Component c,
LayoutManager layout,
Object layoutConstraints,
int width,
int height,
JMenuBar menu,
boolean listener,
boolean visible)
creates a frame (depending on m_GUIType) and returns it.
|
Constructor and Description |
---|
ChildFrameMDI(Main parent,
String title)
constructs a new internal frame that knows about its parent.
|
ChildFrameSDI(Main parent,
String title)
constructs a new internal frame that knows about its parent.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.