cvm.uci.ui.gui.creator
Class FormShell

java.lang.Object
  extended by cvm.uci.ui.gui.creator.FormShell

public class FormShell
extends java.lang.Object

The FormShell is used by the FormComposite. Date: February 03, 2010

Author:
Frank Hernandez, The Fallen of CVM

Method Summary
 void dispose()
           
static FormShell getCurrent()
          Get currently open FormShell.
static FormShell getInstance()
           
 org.eclipse.swt.widgets.Shell getShell()
           
 void load(java.lang.String XCMLFilePath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public void load(java.lang.String XCMLFilePath)

dispose

public void dispose()

getShell

public org.eclipse.swt.widgets.Shell getShell()

getCurrent

public static FormShell getCurrent()
Get currently open FormShell.

Returns:
current instance of the FormShell

getInstance

public static FormShell getInstance()