| Package | Description |
|---|---|
| org.nuiton.jaxx.runtime.swing.wizard.ext |
JAXX - Wizard framework
|
| Modifier and Type | Class and Description |
|---|---|
class |
WizardExtModel<E extends WizardExtStep>
Un modèle de wizard avec des opérations.
|
class |
WizardExtStepModel<E extends WizardExtStep>
Abstract model of
WizardExtStep. |
interface |
WizardExtUI<E extends WizardExtStep,M extends WizardExtModel<E>>
Contrat a respecter pour une ui de wizard.
|
| Modifier and Type | Field and Description |
|---|---|
protected E |
WizardExtStepModel.step
step of the model
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends WizardExtStep,M extends WizardExtModel<E>> |
WizardExtUtil.installWizardUIListeners(WizardExtUI<E,M> ui) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract E[] |
WizardExtModel.updateStepUniverse() |
| Modifier and Type | Method and Description |
|---|---|
void |
WizardExtModel.setSteps(E... steps) |
| Constructor and Description |
|---|
WizardExtModel(Class<E> stepClass,
E... steps) |
Copyright © 2008–2019 Ultreia.io. All rights reserved.