cvm.uci.ui.gui.creator
Class ProfileEditorShell

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

public class ProfileEditorShell
extends java.lang.Object

This class generates the windows used to change the profile of a user. Date: February 01, 2010

Author:
Frank Hernandez, The Fallen of CVM

Constructor Summary
ProfileEditorShell(org.eclipse.swt.widgets.Composite sibling)
           
 
Method Summary
static ProfileEditorShell getCurrent()
          This method returns the latest instance of this class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileEditorShell

public ProfileEditorShell(org.eclipse.swt.widgets.Composite sibling)
Method Detail

getCurrent

public static ProfileEditorShell getCurrent()
This method returns the latest instance of this class.

Returns:
current instance of ProfileEditorShell