|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.uniroma3.plasm.perspective.PerspectiveFactory
Standard Perspective Class This class provides the layout of the Plasm Perspective
IPerspectiveFactory
Constructor Summary | |
PerspectiveFactory()
Standard constructor |
Method Summary | |
void |
createInitialLayout(org.eclipse.ui.IPageLayout layout)
Creates the initial layout for a page. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PerspectiveFactory()
Method Detail |
public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Implementors of this method may add additional views to a
perspective. The perspective already contains an editor folder
identified by the result of IPageLayout.getEditorArea()
.
Additional views should be added to the layout using this value as
the initial point of reference.
createInitialLayout
in interface org.eclipse.ui.IPerspectiveFactory
layout
- the page layoutIPerspectiveFactory.createInitialLayout(org.eclipse.ui.IPageLayout)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |