Uses of Class
org.nuiton.jaxx.runtime.swing.wizard.WizardModel
-
Packages that use WizardModel Package Description org.nuiton.jaxx.runtime.swing.wizard JAXX - Wizard frameworkorg.nuiton.jaxx.runtime.swing.wizard.ext JAXX - Wizard framework -
-
Uses of WizardModel in org.nuiton.jaxx.runtime.swing.wizard
Classes in org.nuiton.jaxx.runtime.swing.wizard with type parameters of type WizardModel Modifier and Type Interface Description 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.Methods in org.nuiton.jaxx.runtime.swing.wizard with type parameters of type WizardModel 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)static <M extends WizardModel<?>>
JAXXContextEntryDef<M>WizardUILancher. newModelEntry(Class<M> modelType)Methods in org.nuiton.jaxx.runtime.swing.wizard with parameters of type WizardModel Modifier and Type Method Description static voidWizardUtil. addDebugLogListener(org.apache.logging.log4j.Logger log, WizardModel<?> model)static voidWizardUtil. addTraceLogListener(org.apache.logging.log4j.Logger log, WizardModel<?> model) -
Uses of WizardModel in org.nuiton.jaxx.runtime.swing.wizard.ext
Subclasses of WizardModel in org.nuiton.jaxx.runtime.swing.wizard.ext Modifier and Type Class Description classWizardExtModel<E extends WizardExtStep>Un modèle de wizard avec des opérations.
-