/* (non-Javadoc)
* @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)
*/
public void init(IWorkbench workbench, IStructuredSelection selection) {
setNeedsProgressMonitor(true);
projectCreationPage = new WizardNewProjectCreationPage("New Tool Project from WEX");
wexSelectionPage = new WizardWEXFileSelectionPage("WEX file");
}