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

jvergara
06.12.2007 438446523cb7fba189deb52f1312ac2a2ab9ee46
opendj-sdk/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));
    }
  }