com.ibm.jdg2e.perspective
Class JDG2EPerspectiveFactory
java.lang.Object
com.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.
|
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 |
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
JDG2EPerspectiveFactory
public JDG2EPerspectiveFactory()
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)