Class ModulePerspective
- java.lang.Object
- com.iizigo.project.ModulePerspective
 
- All Implemented Interfaces:
- org.eclipse.ui.IPerspectiveFactory
 - public class ModulePerspective extends java.lang.Object implements org.eclipse.ui.IPerspectiveFactoryCreates the iizi Module Perspective, an extension of the Java perspective, generating the initial page layout and visible action set for a page.- When a new page is created in the workbench a perspective is used to define the initial page layout. If this is a predefined perspective (based on an extension to the workbench's perspective extension point) an - IPerspectiveFactoryis used to define the initial page layout.- The factory for the perspective is created and passed an - IPageLayoutwhere views can be added. The default layout consists of the editor area with no additional views. Additional views are added to the layout using the editor area as the initial point of reference. The factory is used only briefly while a new page is created; then discarded.- In this implementation, the JavaPerspective in the JDT plugin is used as a base. The central access point for the Java UI plug-in is (id) "org.eclipse.jdt.ui". - Author:
- Christopher Mindus
 
- Field Summary- Fields - Modifier and Type - Field - Description - static java.lang.String- PERSPECTIVE_IDThe ID for this perspective.
 - Constructor Summary- Constructors - Constructor - Description - ModulePerspective()
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - void- createInitialLayout(org.eclipse.ui.IPageLayout layout)Creates the initial layout for a page.
 
- Method Detail- createInitialLayout- public void createInitialLayout(org.eclipse.ui.IPageLayout layout) Creates the initial layout for a page.- Specified by:
- createInitialLayoutin interface- org.eclipse.ui.IPerspectiveFactory
- Parameters:
- layout- The page layout.
- See Also:
- IPerspectiveFactory.createInitialLayout(org.eclipse.ui.IPageLayout)