org.eclipse.mylar.internal.java.ui.views
Class MylarPerspectiveFactory

java.lang.Object
  extended by org.eclipse.jdt.internal.ui.JavaPerspectiveFactory
      extended by org.eclipse.mylar.internal.java.ui.views.MylarPerspectiveFactory
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

public class MylarPerspectiveFactory
extends org.eclipse.jdt.internal.ui.JavaPerspectiveFactory

Author:
Mik Kersten

Field Summary
static java.lang.String ID_RELATED_ELEMENTS_VIEW
           
static java.lang.String ID_TASK_LIST_VIEW
           
 
Constructor Summary
MylarPerspectiveFactory()
          Constructs a new Default layout engine.
 
Method Summary
 void createInitialLayout(org.eclipse.ui.IPageLayout layout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_RELATED_ELEMENTS_VIEW

public static final java.lang.String ID_RELATED_ELEMENTS_VIEW
See Also:
Constant Field Values

ID_TASK_LIST_VIEW

public static final java.lang.String ID_TASK_LIST_VIEW
See Also:
Constant Field Values
Constructor Detail

MylarPerspectiveFactory

public MylarPerspectiveFactory()
Constructs a new Default layout engine.

Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Specified by:
createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory
Overrides:
createInitialLayout in class org.eclipse.jdt.internal.ui.JavaPerspectiveFactory