Uses of Class
org.nuiton.jaxx.runtime.swing.wizard.ext.WizardExtModel
-
Packages that use WizardExtModel Package Description org.nuiton.jaxx.runtime.swing.wizard.ext JAXX - Wizard framework -
-
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)
-