mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
06.12.2007 247adc2b524e82e284fa74798ea1a21f2d754892
opends/src/quicksetup/org/opends/quicksetup/ui/StepsPanel.java
@@ -96,7 +96,22 @@
              UIFactory.TextStyle.NOT_CURRENT_STEP);
        }
      }
      setStepVisible(s, getApplication().isVisible(s));
      setStepVisible(s, getApplication().isVisible(s, userData));
    }
  }
  /**
   * Updates the visiblitiy of the steps depending on the current contents
   * of the panels (uses the QuickSetup to know what is displayed in the
   * panels).
   *
   * @param qs the QuickSetup object.
   */
  public void updateStepVisibility(QuickSetup qs)
  {
    for (WizardStep s : getApplication().getWizardSteps())
    {
      setStepVisible(s, getApplication().isVisible(s, qs));
    }
  }