|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extends 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
Method Summary | |
void |
init(IWorkbench workbench,
IProject[] projects)
Initializes this creation wizard using the passed workbench and selected projects. |
Method Detail |
public void init(IWorkbench workbench, IProject[] projects)
This method is called after the no argument constructor and before other methods are called.
workbench
- the current workbench
TODO This parameter is useless. Should we pass the active page or part?projects
- the selected projects
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.