com.ibm.lab.soln.perspective
Class EduPerspective

java.lang.Object
  |
  +--com.ibm.lab.soln.perspective.EduPerspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

public class EduPerspective
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_EDU_JAVA_PERSPECTIVE
           
static java.lang.String ID_EDUSOLVIEW
           
static java.lang.String ID_EDUWIZARD
           
 
Constructor Summary
EduPerspective()
          Constructor for EduPerspective
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
          The initial layout of this perspective will have no editor area.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_EDU_JAVA_PERSPECTIVE

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

ID_EDUSOLVIEW

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

ID_EDUWIZARD

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

EduPerspective

public EduPerspective()
Constructor for EduPerspective

Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
The initial layout of this perspective will have no editor area. It will contain a folder with the Resource Navigator view and Bookmarks view. It will have another folder with the Outline and Properties view. It will also contain the MyView view covered in the section on Views.There is a shortcut to the dialogs solution and the Java perspective.

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