java.lang.Object | +--com.ibm.lab.soln.perspective.EduPerspective
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 |
public static final java.lang.String ID_EDU_JAVA_PERSPECTIVE
public static final java.lang.String ID_EDUSOLVIEW
public static final java.lang.String ID_EDUWIZARD
Constructor Detail |
public EduPerspective()
Method Detail |
public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
createInitialLayout
in interface org.eclipse.ui.IPerspectiveFactory
IPerspectiveFactory.createInitialLayout(IPageLayout)