org.eclipse.ohf.stem.core.common.presentation
Class CoreEditorAdvisor.Perspective

java.lang.Object
  extended by org.eclipse.ohf.stem.core.common.presentation.CoreEditorAdvisor.Perspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory
Enclosing class:
CoreEditorAdvisor

public static class CoreEditorAdvisor.Perspective
extends java.lang.Object
implements org.eclipse.ui.IPerspectiveFactory

RCP's perspective NOT USED


Field Summary
static java.lang.String ID_PERSPECTIVE
          Perspective ID
 
Constructor Summary
CoreEditorAdvisor.Perspective()
           
 
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_PERSPECTIVE

public static final java.lang.String ID_PERSPECTIVE
Perspective ID

See Also:
Constant Field Values
Constructor Detail

CoreEditorAdvisor.Perspective

public CoreEditorAdvisor.Perspective()
Method Detail

createInitialLayout

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