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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 Detail
onInitialLayout
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. 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.