Uses of Interface
jaxx.runtime.swing.wizard.WizardUI
| Package | Description |
|---|---|
| jaxx.runtime.swing.wizard |
JAXX - Wizard framework
|
| jaxx.runtime.swing.wizard.ext |
JAXX - Wizard framework
|
-
Uses of WizardUI in jaxx.runtime.swing.wizard
Classes in 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 jaxx.runtime.swing.wizard declared as WizardUI Modifier and Type Field Description protected UIWizardUILancher. uiMethods in 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 jaxx.runtime.swing.wizard.ext
Subinterfaces of WizardUI in 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.