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

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

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

This class represents the factory that creates the layout for the STEM perspective.


Field Summary
static java.lang.String ID_STEM_PERSPECTIVE
          The identifier of the Model View
 
Constructor Summary
STEMPerspectiveFactory()
           
 
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_PERSPECTIVE

public static final java.lang.String ID_STEM_PERSPECTIVE
The identifier of the Model View

See Also:
Constant Field Values
Constructor Detail

STEMPerspectiveFactory

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