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

jvergara
06.12.2007 247adc2b524e82e284fa74798ea1a21f2d754892
opends/src/quicksetup/org/opends/quicksetup/ButtonName.java
@@ -29,7 +29,7 @@
/**
 * This enumeration defines the logical names of the buttons that appear on the
 * bottom of the wizard dialog.
 * the wizard dialog.
 */
public enum ButtonName
{
@@ -60,5 +60,11 @@
  /**
   * The Launch Status Panel button.
   */
  LAUNCH_STATUS_PANEL
  LAUNCH_STATUS_PANEL,
  /**
   * Input panel button.  This is used to identify generic buttons inside
   * the panels and the notifications are used for instance to update the
   * visibility of the steps on the right.
   */
  INPUT_PANEL_BUTTON
}