Class WizardStep<C,​S extends Enum<S>>

    • Method Detail

      • reset

        public void reset​(C context)
        Subclasses should reset their state using this method. This method is called just before the wizard is opened. Opposed to onShow(Object) this method should be used to implement one-time initialization.