org.eclipse.ohf.stem.ui.perspectives
Class Designer

java.lang.Object
  extended by org.eclipse.ohf.stem.ui.perspectives.Designer
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

public class Designer
extends java.lang.Object
implements org.eclipse.ui.IPerspectiveFactory

This class implements the "Designer" perspective of STEM. This Perspective is used to create or "design" simulations.


Field Summary
static java.lang.String ID_STEM_DESIGNER_PERSPECTIVE
          The identifier of the Designer Perspective
 
Constructor Summary
Designer()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_STEM_DESIGNER_PERSPECTIVE

public static final java.lang.String ID_STEM_DESIGNER_PERSPECTIVE
The identifier of the Designer Perspective

See Also:
Constant Field Values
Constructor Detail

Designer

public Designer()
Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Specified by:
createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory
See Also:
IPerspectiveFactory.createInitialLayout(org.eclipse.ui.IPageLayout)