Class AtlPerspective

  • All Implemented Interfaces:
    org.eclipse.ui.IPerspectiveFactory

    public class AtlPerspective
    extends java.lang.Object
    implements org.eclipse.ui.IPerspectiveFactory
    The ATL perspective class.
    • Constructor Summary

      Constructors 
      Constructor Description
      AtlPerspective()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AtlPerspective

        public AtlPerspective()
    • Method Detail

      • createInitialLayout

        public void createInitialLayout​(org.eclipse.ui.IPageLayout layout)
        Specified by:
        createInitialLayout in interface org.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