public interface IConfigurationWizardExtension
IConfigurationWizard
to support the sharing of multiple projects.
The Share Project wizard uses the "adaptable" mechanism (see IAdapterManager
to obtain an
IConfigurationWizardExtension
for an IConfigurationWizard
class so clients may choose to have their IConfigurationWizard
class implement this
interface as well or may choose to use the adaptable mechanism to provide the extension.
Clients may implement this interface.
IConfigurationWizard
Modifier and Type | Method and Description |
---|---|
void |
init(IWorkbench workbench,
IProject[] projects)
Initializes this creation wizard using the passed workbench and
selected projects.
|
void init(IWorkbench workbench, IProject[] projects)
This method is called after the no argument constructor and before other methods are called.
workbench
- the current workbenchprojects
- the selected projects
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.