it.uniroma3.plasm.perspective
Class PerspectiveFactory

java.lang.Object
  extended byit.uniroma3.plasm.perspective.PerspectiveFactory
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

Standard Perspective Class This class provides the layout of the Plasm Perspective

Version:
$Id: PerspectiveFactory.java,v 1.3 2004/07/27 07:04:04 giupo Exp $
Author:
giupo
See Also:
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

PerspectiveFactory

public PerspectiveFactory()
Standard constructor

Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Creates the initial layout for a page.

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.

Specified by:
createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory
Parameters:
layout - the page layout
See Also:
IPerspectiveFactory.createInitialLayout(org.eclipse.ui.IPageLayout)