gui
Class MainFrameDummy

java.lang.Object
  extended by gui.MainFrameDummy

public class MainFrameDummy
extends java.lang.Object

This class is used instead of the MainFrame class when running the application in an environment without a display, e.g. a remote server.

Author:
Ole Kristian Fivelstad

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

MainFrameDummy

public MainFrameDummy(Control control)
Constructor for MainFrameDummy class.

Parameters:
control - The control
Method Detail

getInstance

public static MainFrameDummy getInstance()
Method returning the instance of the MainFrameDummy.

Returns:
The MainFrameDummy instance

getControl

public Control getControl()
Method for getting the Control instance.

Returns:
The Control instance