org.eclipse.amp.axf.ide
Class ExecutionPerspectiveFactory

java.lang.Object
  extended by org.eclipse.amp.axf.ide.ExecutionPerspectiveFactory
All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory

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

The Class ExecutionPerspectiveFactory.

Author:
Miles Parker

Constructor Summary
ExecutionPerspectiveFactory()
           
 
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
 

Constructor Detail

ExecutionPerspectiveFactory

public ExecutionPerspectiveFactory()
Method Detail

createInitialLayout

public void createInitialLayout(org.eclipse.ui.IPageLayout layout)
Specified by:
createInitialLayout in interface org.eclipse.ui.IPerspectiveFactory
Parameters:
layout -
See Also:
IPerspectiveFactory.createInitialLayout(org.eclipse.ui.IPageLayout)