|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WizardStep | |
|---|---|
| jaxx.runtime.swing.wizard | JAXX - Wizard framework This package contains all the classes of the wizard framework. |
| Uses of WizardStep in jaxx.runtime.swing.wizard |
|---|
| Classes in jaxx.runtime.swing.wizard with type parameters of type WizardStep | |
|---|---|
class |
WizardModel<E extends WizardStep>
Un modèle de wizard. |
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. |
| Subinterfaces of WizardStep in jaxx.runtime.swing.wizard | |
|---|---|
interface |
WizardOperationStep
Le contrat a implanter pour une etapes dans le modèle de wizard avec opérations. |
| Fields in jaxx.runtime.swing.wizard declared as WizardStep | |
|---|---|
protected E |
WizardModel.step
L'étape courante |
| Methods in jaxx.runtime.swing.wizard with type parameters of type WizardStep | ||
|---|---|---|
static
|
WizardUtil.addTabsDisplayUntilStepListener(WizardUI<E,M> ui)
Ajoute un listener sur le modele pour gere la politique d'affichage des onglets. |
|
static
|
WizardUtil.installWizardUIListeners(WizardUI<E,M> ui)
|
|
| Methods in jaxx.runtime.swing.wizard that return WizardStep | |
|---|---|
protected E[] |
WizardModel.updateStepUniverse()
|
| Methods in jaxx.runtime.swing.wizard with parameters of type WizardStep | |
|---|---|
void |
WizardUI.onStepsChanged(E[] steps)
Méthode invoquée lorsque l'univers des étapes a été modifié dans le modèle. |
void |
WizardModel.setSteps(E... steps)
Change l'univers des etapes. |
| Constructors in jaxx.runtime.swing.wizard with parameters of type WizardStep | |
|---|---|
WizardModel(Class<E> stepClass,
E... steps)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||