Package org.eclipse.ease.ui.perspectives
Class ScriptingPerspective
java.lang.Object
org.eclipse.ease.ui.perspectives.ScriptingPerspective
- All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory
public class ScriptingPerspective extends Object implements org.eclipse.ui.IPerspectiveFactory
Default perspective for scripting.
-
Constructor Summary
Constructors Constructor Description ScriptingPerspective()
-
Method Summary
Modifier and Type Method Description void
createInitialLayout(org.eclipse.ui.IPageLayout factory)
-
Constructor Details
-
ScriptingPerspective
public ScriptingPerspective()
-
-
Method Details
-
createInitialLayout
public void createInitialLayout(org.eclipse.ui.IPageLayout factory)- Specified by:
createInitialLayout
in interfaceorg.eclipse.ui.IPerspectiveFactory
-