Uses of Interface
jaxx.runtime.swing.wizard.ext.WizardExtStep
| Package | Description |
|---|---|
| jaxx.runtime.swing.wizard.ext |
JAXX - Wizard framework
|
-
Uses of WizardExtStep in jaxx.runtime.swing.wizard.ext
Classes in jaxx.runtime.swing.wizard.ext with type parameters of type WizardExtStep Modifier and Type Class Description classWizardExtModel<E extends WizardExtStep>Un modèle de wizard avec des opérations.classWizardExtStepModel<E extends WizardExtStep>Abstract model ofWizardExtStep.interfaceWizardExtUI<E extends WizardExtStep,M extends WizardExtModel<E>>Contrat a respecter pour une ui de wizard.Fields in jaxx.runtime.swing.wizard.ext declared as WizardExtStep Modifier and Type Field Description protected EWizardExtStepModel. stepstep of the modelMethods in jaxx.runtime.swing.wizard.ext with type parameters of type WizardExtStep Modifier and Type Method Description static <E extends WizardExtStep, M extends WizardExtModel<E>>
voidWizardExtUtil. installWizardUIListeners(WizardExtUI<E,M> ui)Methods in jaxx.runtime.swing.wizard.ext that return WizardExtStep Modifier and Type Method Description protected abstract E[]WizardExtModel. updateStepUniverse()Methods in jaxx.runtime.swing.wizard.ext with parameters of type WizardExtStep Modifier and Type Method Description voidWizardExtModel. setSteps(E... steps)Constructors in jaxx.runtime.swing.wizard.ext with parameters of type WizardExtStep Constructor Description WizardExtModel(java.lang.Class<E> stepClass, E... steps)