Uses of Interface
org.nuiton.jaxx.runtime.swing.wizard.WizardUI
-
Packages that use WizardUI Package Description org.nuiton.jaxx.runtime.swing.wizard JAXX - Wizard frameworkorg.nuiton.jaxx.runtime.swing.wizard.ext JAXX - Wizard framework -
-
Uses of WizardUI in org.nuiton.jaxx.runtime.swing.wizard
Classes in org.nuiton.jaxx.runtime.swing.wizard with type parameters of type WizardUI Modifier and Type Class Description classWizardUILancher<E extends WizardStep,M extends WizardModel<E>,UI extends WizardUI<E,M>>Une classe pour lancer une ui de wizard.Fields in org.nuiton.jaxx.runtime.swing.wizard declared as WizardUI Modifier and Type Field Description protected UIWizardUILancher. uiMethods in org.nuiton.jaxx.runtime.swing.wizard with parameters of type WizardUI 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) -
Uses of WizardUI in org.nuiton.jaxx.runtime.swing.wizard.ext
Subinterfaces of WizardUI in org.nuiton.jaxx.runtime.swing.wizard.ext Modifier and Type Interface Description interfaceWizardExtUI<E extends WizardExtStep,M extends WizardExtModel<E>>Contrat a respecter pour une ui de wizard.
-