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

jvergara
06.52.2007 d4aaf35eaab80ef7fa76abb22e6d690f1e371a29
opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java
@@ -225,7 +225,7 @@
  /**
   * Forwards the different panels the ProgressDescriptor so that they
   * can update their contents accordingly.
   * @param descriptor the descriptor of the Uninstallation progress.
   * @param descriptor the descriptor of the Application progress.
   */
  public void displayProgress(ProgressDescriptor descriptor)
  {
@@ -236,6 +236,20 @@
  }
  /**
   * This method sets up an icon on the bottom left side of the dialog.
   * Generally this method is called with an animated gif that is passed to
   * display progress.
   * @param iconType the icon type to be set.
   */
  public void setIcon(UIFactory.IconType iconType)
  {
    for (WizardStep s : hmPanels.keySet())
    {
      getPanel(s).setIcon(iconType);
    }
  }
  /**
   * Retrieves the panel for the provided step.
   * @param step the step for which we want to get the panel.
   * @return the panel for the provided step.