Package com.iizigo.project
Interface IModulePerspective
- All Known Implementing Classes:
- PluginActivator,- PluginActivator,- PluginActivator,- PluginDescriptor
public interface IModulePerspective
Called during creation of the IIZI Module perspective to the plug-ins giving them an opportunity to add views, place holders, etc, to the IIZI Module perspective, i.e. when created or reset.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- onInitialLayout- (org.eclipse.ui.IPageLayout layout, org.eclipse.ui.IFolderLayout folder, org.eclipse.ui.IFolderLayout outlineFolder, org.eclipse.ui.IFolderLayout outputFolder) Called when the Module perspective has completed initializing itself with IIZI-related items.
- Method Details- onInitialLayoutvoid onInitialLayout- (org.eclipse.ui.IPageLayout layout, org.eclipse.ui.IFolderLayout folder, org.eclipse.ui.IFolderLayout outlineFolder, org.eclipse.ui.IFolderLayout outputFolder) Called when the Module perspective has completed initializing itself with IIZI-related items. Once the plug-ins complete their processing, additional Java and Java-EE items are added.- Parameters:
- layout- The page layout.
- folder- The folder area, left side.
- outlineFolder- The outline folder on the right side, perhaps null (be careful!).
- outputFolder- The output folder area, bottom placement.