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 Details

    • onInitialLayout

      void onInitialLayout(IPageLayout layout, IFolderLayout folder, IFolderLayout outlineFolder, 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.