org.eclipse.palamedes.ui.perspectives
Class GGPPerspective

java.lang.Object
  extended by org.eclipse.palamedes.ui.perspectives.GGPPerspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

This class is meant to serve as an example for how various contributions are made to a perspective. Note that some of the extension point id's are referred to as API constants while others are hardcoded and may be subject to change.


Constructor Summary
GGPPerspective()
           
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout factory1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GGPPerspective

public GGPPerspective()
Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout factory1)
Specified by:
createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory