public interface IWorkbenchWizard extends IWizard
IWizard
Modifier and Type | Method and Description |
---|---|
void |
init(IWorkbench workbench,
IStructuredSelection selection)
Initializes this creation wizard using the passed workbench and
object selection.
|
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
void init(IWorkbench workbench, IStructuredSelection selection)
This method is called after the no argument constructor and before other methods are called.
workbench
- the current workbenchselection
- the current object selection
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.