com.ibm.jdg2e.perspective
Class JDG2EPerspectiveFactory

java.lang.Object
  extended bycom.ibm.jdg2e.perspective.JDG2EPerspectiveFactory
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

Creates a perspective using views, perspective shortcuts and wizard shortcuts.


Field Summary
static java.lang.String ID_JDG2E_AST_VIEW
           
static java.lang.String ID_JDG2E_JDT_ACTIONS
           
static java.lang.String ID_JDG2E_MARKER_VIEW
           
static java.lang.String ID_JDG2E_NEW_WIZARDS
           
static java.lang.String ID_JDG2E_SERVICEABILITY_ACTIONS
           
static java.lang.String ID_JDG2E_SWING_VIEW
           
 
Constructor Summary
JDG2EPerspectiveFactory()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
          The initial layout of this perspective will have an editor area.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_JDG2E_AST_VIEW

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

ID_JDG2E_JDT_ACTIONS

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

ID_JDG2E_MARKER_VIEW

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

ID_JDG2E_NEW_WIZARDS

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

ID_JDG2E_SERVICEABILITY_ACTIONS

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

ID_JDG2E_SWING_VIEW

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

JDG2EPerspectiveFactory

public JDG2EPerspectiveFactory()
Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
The initial layout of this perspective will have an editor area.

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