| Package | Description |
|---|---|
| org.nuiton.jaxx.runtime.swing.wizard |
JAXX - Wizard framework
|
| org.nuiton.jaxx.runtime.swing.wizard.ext |
JAXX - Wizard framework
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WizardStepUI<E extends WizardStep,M extends WizardModel<E>>
Le contrat d'une ui d'étape.
|
interface |
WizardUI<E extends WizardStep,M extends WizardModel<E>>
Contrat a respecter pour une ui de wizard.
|
class |
WizardUILancher<E extends WizardStep,M extends WizardModel<E>,UI extends WizardUI<E,M>>
Une classe pour lancer une ui de wizard.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends WizardStep,M extends WizardModel<E>> |
WizardUtil.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>> |
WizardUtil.installWizardUIListeners(WizardUI<E,M> ui) |
static <M extends WizardModel<?>> |
WizardUILancher.newModelEntry(Class<M> modelType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WizardUtil.addDebugLogListener(org.apache.logging.log4j.Logger log,
WizardModel<?> model) |
static void |
WizardUtil.addTraceLogListener(org.apache.logging.log4j.Logger log,
WizardModel<?> model) |
| Modifier and Type | Class and Description |
|---|---|
class |
WizardExtModel<E extends WizardExtStep>
Un modèle de wizard avec des opérations.
|
Copyright © 2008–2018 Ultreia.io. All rights reserved.