@Override public Map getParameterValues() { final Map values = new HashMap(); final IWizardRegistry wizardRegistry = getWizardRegistry(); addParameterValues(values, wizardRegistry.getRootCategory()); return values; }
public IWizardCategory getRootCategory() { return DELEGATE.getRootCategory(); }