Class AtlPerspective
java.lang.Object
org.eclipse.m2m.atl.adt.ui.perspective.AtlPerspective
- All Implemented Interfaces:
org.eclipse.ui.IPerspectiveFactory
The ATL perspective class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createInitialLayout
(org.eclipse.ui.IPageLayout layout) void
defineActions
(org.eclipse.ui.IPageLayout layout) Defines the ATL perspective actions.void
defineLayout
(org.eclipse.ui.IPageLayout layout) Defines the ATL perspective layout.
-
Constructor Details
-
AtlPerspective
public AtlPerspective()
-
-
Method Details
-
createInitialLayout
public void createInitialLayout(org.eclipse.ui.IPageLayout layout) - Specified by:
createInitialLayout
in interfaceorg.eclipse.ui.IPerspectiveFactory
- See Also:
-
IPerspectiveFactory.createInitialLayout(org.eclipse.ui.IPageLayout)
-
defineActions
public void defineActions(org.eclipse.ui.IPageLayout layout) Defines the ATL perspective actions.- Parameters:
layout
- the given layout
-
defineLayout
public void defineLayout(org.eclipse.ui.IPageLayout layout) Defines the ATL perspective layout.- Parameters:
layout
- the given layout
-