public interface IExtensionWizard extends IBasePluginWizard
Modifier and Type | Method and Description |
---|---|
void |
init(IProject project,
IPluginModelBase pluginModel)
Initializes the wizard with the project of the plug-in and the model
object for the plug-in manifest file.
|
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
void init(IProject project, IPluginModelBase pluginModel)
Although the wizard is launched to create an extension, there is no reason a wizard cannot create several at once.
project
- the plug-in project resource where the new code and resources
should gopluginModel
- the model instance that should be used to modify the plug-in
manifest
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.