org.jupe.plugin.perspectives
Class JupeStandardPerspective

java.lang.Object
  extended by org.jupe.plugin.perspectives.JupeStandardPerspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

Defines the JUPE Perspective

Author:
martin

Field Summary
static java.lang.String ID_JUPEUNDOREDOVIEW
           
static java.lang.String ID_PACKAGEEXPLORER
           
 
Constructor Summary
JupeStandardPerspective()
          Constructor for JupeStandardPerspective
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
          Creates and sets JUPE perspective's initial layout
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_JUPEUNDOREDOVIEW

public static final java.lang.String ID_JUPEUNDOREDOVIEW
See Also:
Constant Field Values

ID_PACKAGEEXPLORER

public static final java.lang.String ID_PACKAGEEXPLORER
See Also:
Constant Field Values
Constructor Detail

JupeStandardPerspective

public JupeStandardPerspective()
Constructor for JupeStandardPerspective

Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Creates and sets JUPE perspective's initial layout

Specified by:
createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory