@Override
  public Map getParameterValues() {
    final Map values = new HashMap();

    final IWizardRegistry wizardRegistry = getWizardRegistry();
    addParameterValues(values, wizardRegistry.getRootCategory());

    return values;
  }
예제 #2
0
 public IWizardCategory getRootCategory() {
   return DELEGATE.getRootCategory();
 }