public interface IPluginInitialize
Modifier and Type | Method and Description |
---|---|
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.
|
void |
registerPlugin()
Registers this plug-in with iiziGo.
|
void registerPlugin() throws CoreException
CoreException
- For registration failures.void initializeModule(ModuleModel model) throws CoreException
model
- The Module project.CoreException
- For initialization failures.void createNewWizards(ArrayList<CommandContributionItem> newWizards)
newWizards
- Array of New Wizard's.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.