org.dftproject.genesis.ui
Class Perspective

java.lang.Object
  extended by org.dftproject.genesis.ui.Perspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

Perspective generates the initial page layout and visibile action set for a page.


Field Summary
static java.lang.String ID
          The perspective ID.
 
Constructor Summary
Perspective()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
The perspective ID.

See Also:
Constant Field Values
Constructor Detail

Perspective

public Perspective()
Method Detail

createInitialLayout

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