Uses of Class
org.nuiton.jaxx.runtime.swing.wizard.ext.WizardExtModel
-
Packages that use WizardExtModel Package Description org.nuiton.jaxx.runtime.application.action org.nuiton.jaxx.runtime.swing.wizard.ext JAXX - Wizard framework -
-
Uses of WizardExtModel in org.nuiton.jaxx.runtime.application.action
Classes in org.nuiton.jaxx.runtime.application.action with type parameters of type WizardExtModel Modifier and Type Class Description classWizardActionWorker<E extends WizardExtStep,M extends WizardExtModel<E>>Un worker pour les opération longues d'administration.Fields in org.nuiton.jaxx.runtime.application.action declared as WizardExtModel Modifier and Type Field Description protected MWizardActionWorker. modelMethods in org.nuiton.jaxx.runtime.application.action with type parameters of type WizardExtModel Modifier and Type Method Description static <E extends WizardExtStep,M extends WizardExtModel<E>>
WizardActionWorker<E,M>WizardActionWorker. newWorker(M model, String actionLabel, Callable<WizardState> target) -
Uses of WizardExtModel in org.nuiton.jaxx.runtime.swing.wizard.ext
Classes in org.nuiton.jaxx.runtime.swing.wizard.ext with type parameters of type WizardExtModel Modifier and Type Interface Description interfaceWizardExtUI<E extends WizardExtStep,M extends WizardExtModel<E>>Contrat a respecter pour une ui de wizard.Methods in org.nuiton.jaxx.runtime.swing.wizard.ext with type parameters of type WizardExtModel 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 WizardExtModel Modifier and Type Method Description WizardExtModel<E>WizardExtModel. addOperation(E operation)
-