Package com.iizigo.plugin
Interface IPluginInitialize
- All Known Implementing Classes:
- PluginActivator,- PluginActivator,- PluginActivator
public interface IPluginInitialize
Callback interface the Designer calls when initializing is required.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- createNewWizards- (ArrayList<CommandContributionItem> newWizards) Call to fill the array with "New Wizards".- void- initializeModule- (ModuleModel model) Initializes the plug-in after the Module project has been loaded.- voidRegisters this plug-in with iiziGo.
- Method Details- registerPluginRegisters this plug-in with iiziGo. This method is called from iiziGo Designer when an application requires the plug-in. The plug-in should check if registration already has been done, and if so, skip the registration. This is required due to the OSGi framework threading at startup of Eclipse.- Throws:
- CoreException- For registration failures.
 
- initializeModuleInitializes the plug-in after the Module project has been loaded.- Parameters:
- model- The Module project.
- Throws:
- CoreException- For initialization failures.
 
- createNewWizardsCall to fill the array with "New Wizards".- Parameters:
- newWizards- Array of New Wizard's.