org.gla.bisb
Class Perspective

java.lang.Object
  extended by org.gla.bisb.Perspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

This class defines our main view perspective.

Author:
Vladislav Vyshemirsky

Constructor Summary
Perspective()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
          Creates the layout for this perspective.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Perspective

public Perspective()
Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Creates the layout for this perspective.

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