super(workbench, wizardPage, wizardElement);
this.typeDescription = containerTypeDescription;
}
public IWizard createWizard() throws CoreException {
IConfigurationWizard configWizard = ((IConfigurationWizard) getWizardElement().createWizardForNode());
configWizard.init(getWorkbench(), typeDescription);
return configWizard;
}