Uses of Interface
org.nuiton.jaxx.runtime.swing.wizard.ext.WizardExtStep
-
Packages that use WizardExtStep Package Description org.nuiton.jaxx.runtime.swing.wizard.ext JAXX - Wizard framework -
-
Uses of WizardExtStep in org.nuiton.jaxx.runtime.swing.wizard.ext
Classes in org.nuiton.jaxx.runtime.swing.wizard.ext with type parameters of type WizardExtStep Modifier and Type Class Description classWizardExtModel<E extends WizardExtStep>Un modèle de wizard avec des opérations.classWizardExtStepModel<E extends WizardExtStep>Abstract model ofWizardExtStep.interfaceWizardExtUI<E extends WizardExtStep,M extends WizardExtModel<E>>Contrat a respecter pour une ui de wizard.Fields in org.nuiton.jaxx.runtime.swing.wizard.ext declared as WizardExtStep Modifier and Type Field Description protected EWizardExtStepModel. stepstep of the modelMethods in org.nuiton.jaxx.runtime.swing.wizard.ext with type parameters of type WizardExtStep Modifier and Type Method Description static <E extends WizardExtStep,M extends WizardExtModel<E>>
voidWizardExtUtil. installWizardUIListeners(WizardExtUI<E,M> ui)Methods in org.nuiton.jaxx.runtime.swing.wizard.ext that return WizardExtStep Modifier and Type Method Description protected abstract E[]WizardExtModel. updateStepUniverse()Methods in org.nuiton.jaxx.runtime.swing.wizard.ext with parameters of type WizardExtStep Modifier and Type Method Description voidWizardExtModel. setSteps(E... steps)Constructors in org.nuiton.jaxx.runtime.swing.wizard.ext with parameters of type WizardExtStep Constructor Description WizardExtModel(Class<E> stepClass, E... steps)
-