| org.eclipse.ui.IWorkbenchWizard
IWorkbenchWizard | public interface IWorkbenchWizard extends IWizard(Code) | | Implementors represent creation wizards that are to be
contributed to the workbench's creation wizard extension point.
See Also: org.eclipse.jface.wizard.IWizard |
Method Summary | |
void | init(IWorkbench workbench, IStructuredSelection selection) Initializes this creation wizard using the passed workbench and
object selection. |
init | void init(IWorkbench workbench, IStructuredSelection selection)(Code) | | Initializes this creation wizard using the passed workbench and
object selection.
This method is called after the no argument constructor and
before other methods are called.
Parameters: workbench - the current workbench Parameters: selection - the current object selection |
|
|