Uses of Interface
org.nuiton.jaxx.runtime.swing.wizard.WizardStep
-
Packages that use WizardStep Package Description org.nuiton.jaxx.runtime.swing.wizard JAXX - Wizard frameworkorg.nuiton.jaxx.runtime.swing.wizard.ext JAXX - Wizard framework -
-
Uses of WizardStep in org.nuiton.jaxx.runtime.swing.wizard
Classes in org.nuiton.jaxx.runtime.swing.wizard with type parameters of type WizardStep Modifier and Type Class Description classWizardModel<E extends WizardStep>Un modèle de wizard.interfaceWizardStepUI<E extends WizardStep,M extends WizardModel<E>>Le contrat d'une ui d'étape.interfaceWizardUI<E extends WizardStep,M extends WizardModel<E>>Contrat a respecter pour une ui de wizard.classWizardUILancher<E extends WizardStep,M extends WizardModel<E>,UI extends WizardUI<E,M>>Une classe pour lancer une ui de wizard.Fields in org.nuiton.jaxx.runtime.swing.wizard declared as WizardStep Modifier and Type Field Description protected EWizardModel. stepL'étape couranteMethods in org.nuiton.jaxx.runtime.swing.wizard with type parameters of type WizardStep Modifier and Type Method Description static <E extends WizardStep,M extends WizardModel<E>>
voidWizardUtil. addTabsDisplayUntilStepListener(WizardUI<E,M> ui)Ajoute un listener sur le modele pour gere la politique d'affichage des onglets.static <E extends WizardStep,M extends WizardModel<E>>
voidWizardUtil. installWizardUIListeners(WizardUI<E,M> ui)Methods in org.nuiton.jaxx.runtime.swing.wizard with parameters of type WizardStep Modifier and Type Method Description voidWizardUI. onStepsChanged(E[] steps)Méthode invoquée lorsque l'univers des étapes a été modifié dans le modèle.voidWizardModel. setSteps(E... steps)Change l'univers des etapes.Constructors in org.nuiton.jaxx.runtime.swing.wizard with parameters of type WizardStep Constructor Description WizardModel(Class<E> stepClass, E... steps) -
Uses of WizardStep in org.nuiton.jaxx.runtime.swing.wizard.ext
Subinterfaces of WizardStep in org.nuiton.jaxx.runtime.swing.wizard.ext Modifier and Type Interface Description interfaceWizardExtStepExtension deWizardStepavec des états supplémentaires.
-