Class Wizard.WizardEvent

  • Enclosing class:
    Wizard

    public class Wizard.WizardEvent
    extends Object
    • Field Detail

      • TYPE_NEXT_STEP

        public static final int TYPE_NEXT_STEP
        When passing from one step to the next
        See Also:
        Constant Field Values
      • TYPE_FINAL_STEP

        public static final int TYPE_FINAL_STEP
        When the wizard ends and the user hits Finish
        See Also:
        Constant Field Values
      • TYPE_STEP_REJECTED

        public static final int TYPE_STEP_REJECTED
        If passing from one step to the next is rejected by the validate() method
        See Also:
        Constant Field Values
    • Constructor Detail

      • WizardEvent

        public WizardEvent​(int type,
                           Properties information)
    • Method Detail

      • getType

        public int getType()
      • getInformation

        public Properties getInformation()