|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgui.MainFrameDummy
public class MainFrameDummy
This class is used instead of the MainFrame class when running the application in an environment without a display, e.g. a remote server.
Constructor Summary | |
---|---|
MainFrameDummy(Control control)
Constructor for MainFrameDummy class. |
Method Summary | |
---|---|
Control |
getControl()
Method for getting the Control instance. |
static MainFrameDummy |
getInstance()
Method returning the instance of the MainFrameDummy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MainFrameDummy(Control control)
control
- The controlMethod Detail |
---|
public static MainFrameDummy getInstance()
public Control getControl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |