|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WizardOperationStep | |
|---|---|
| jaxx.runtime.swing.wizard | JAXX - Wizard framework This package contains all the classes of the wizard framework. |
| Uses of WizardOperationStep in jaxx.runtime.swing.wizard |
|---|
| Classes in jaxx.runtime.swing.wizard with type parameters of type WizardOperationStep | |
|---|---|
class |
WizardOperationAction<E extends WizardOperationStep,M extends WizardOperationModel<E>>
La classe de base a implanter pour definir l'action d'une operation dans un wizard. |
class |
WizardOperationActionThread<E extends WizardOperationStep,M extends WizardOperationModel<E>,A extends WizardOperationAction<E,M>>
Thread qui réalise les opérations. |
class |
WizardOperationModel<E extends WizardOperationStep>
Un modèle de wizard avec des opérations. |
| Methods in jaxx.runtime.swing.wizard with parameters of type WizardOperationStep | |
|---|---|
void |
WizardOperationModel.setSteps(E... steps)
|
| Constructors in jaxx.runtime.swing.wizard with parameters of type WizardOperationStep | |
|---|---|
WizardOperationModel(java.lang.Class<E> stepClass,
E... steps)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||