Package | Description |
---|---|
weka.gui |
Modifier and Type | Field and Description |
---|---|
protected GUIChooser |
GUIChooser.ChildFrameSDI.m_Parent
the parent frame.
|
protected GUIChooser |
GUIChooser.m_Self
the GUIChooser itself
|
Modifier and Type | Method and Description |
---|---|
GUIChooser |
GUIChooser.ChildFrameSDI.getParentFrame()
returns the parent frame, can be null.
|
static GUIChooser |
GUIChooser.getSingleton()
Get the singleton instance of the GUIChooser
|
Modifier and Type | Method and Description |
---|---|
protected Container |
GUIChooser.createFrame(GUIChooser parent,
String title,
Component c,
LayoutManager layout,
Object layoutConstraints,
int width,
int height,
JMenuBar menu,
boolean listener,
boolean visible)
creates a frame and returns it.
|
Constructor and Description |
---|
ChildFrameSDI(GUIChooser parent,
String title)
constructs a new internal frame that knows about its parent.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.