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

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

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

This class implements the "Simulation" perspective of STEM. This Perspective is used to control and visualize simulations.


Field Summary
static java.lang.String ID_STEM_SIMULATION_PERSPECTIVE
          The identifier of the Simulation Perspective
 
Constructor Summary
Simulation()
           
 
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_SIMULATION_PERSPECTIVE

public static final java.lang.String ID_STEM_SIMULATION_PERSPECTIVE
The identifier of the Simulation Perspective

See Also:
Constant Field Values
Constructor Detail

Simulation

public Simulation()
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)