Uses of Class
org.nuiton.jaxx.runtime.swing.wizard.ext.WizardExtStepModel
-
Packages that use WizardExtStepModel Package Description org.nuiton.jaxx.runtime.swing.wizard.ext JAXX - Wizard framework -
-
Uses of WizardExtStepModel in org.nuiton.jaxx.runtime.swing.wizard.ext
Fields in org.nuiton.jaxx.runtime.swing.wizard.ext with type parameters of type WizardExtStepModel Modifier and Type Field Description protected Map<E,WizardExtStepModel<E>>WizardExtModel. modelsle dictionnaire des modèles d'opérationMethods in org.nuiton.jaxx.runtime.swing.wizard.ext that return WizardExtStepModel Modifier and Type Method Description WizardExtStepModel<E>WizardExtModel. getStepModel(E operation)WizardExtStepModel<?>WizardExtStep. newModel()Instancie le modèle associée à l'étape.Methods in org.nuiton.jaxx.runtime.swing.wizard.ext that return types with arguments of type WizardExtStepModel Modifier and Type Method Description Class<? extends WizardExtStepModel<?>>WizardExtStep. getModelClass()
-