|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WizardExtStep | |
|---|---|
| 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 | |
|---|---|
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. |
| Fields in jaxx.runtime.swing.wizard.ext declared as WizardExtStep | |
|---|---|
protected E |
WizardExtStepModel.step
step of the model |
| Methods in jaxx.runtime.swing.wizard.ext with type parameters of type WizardExtStep | ||
|---|---|---|
static
|
WizardExtUtil.installWizardUIListeners(WizardExtUI<E,M> ui)
|
|
| Methods in jaxx.runtime.swing.wizard.ext that return WizardExtStep | |
|---|---|
protected abstract E[] |
WizardExtModel.updateStepUniverse()
|
| Methods in jaxx.runtime.swing.wizard.ext with parameters of type WizardExtStep | |
|---|---|
void |
WizardExtModel.setSteps(E... steps)
|
| Constructors in jaxx.runtime.swing.wizard.ext with parameters of type WizardExtStep | |
|---|---|
WizardExtModel(Class<E> stepClass,
E... steps)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||