com.ibm.jdg2e.miniwp
Class MiniWPPerspectiveFactory

java.lang.Object
  extended bycom.ibm.jdg2e.miniwp.MiniWPPerspectiveFactory
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

Define the initial layout of the Mini-Workplace perspective, shortcut keys, etc.


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

Constructor Detail

MiniWPPerspectiveFactory

public MiniWPPerspectiveFactory()
Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Define the page layout.

Specified by:
createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory