com.ibm.jdg2e.concurrency.view
Class JobDemoPerspective

java.lang.Object
  extended bycom.ibm.jdg2e.concurrency.view.JobDemoPerspective
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

"CustomPerspective".

See Also:
IPerspectiveFactory

Constructor Summary
JobDemoPerspective()
          Implement the "CustomPerspective" constructor.
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
          The initial layout of this perspective will have no editor area.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobDemoPerspective

public JobDemoPerspective()
Implement the "CustomPerspective" constructor.

Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
The initial layout of this perspective will have no editor area. It will contain a folder in the top left area with the Resource Navigator and Bookmarks view. It will have the Outline view below this folder. It will also contain the Resource view under the editor area and a folder with the Properties view and a place holder for the Tasks view below the Resource view. Shortcuts for the Custom project wizard, Java perspective, and the Tasks view have also been defined.

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