|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WizardExtStep
Extension de WizardStep avec des états supplémentaires.
getModelClass().
Ce modèle peut être partagé par plusieurs étapes.
De plus, on a deux drapeaux isConfig() pour savoir si l'étape est une phase de configuration.
Le drapeau isOperation() quand à lui permet de savoir si l'étape est une opération.
| Method Summary | |
|---|---|
Class<? extends WizardExtStepModel<?>> |
getModelClass()
|
String |
getOperationDescription()
|
String |
getOperationLabel()
|
Class<? extends WizardStepUI<?,?>> |
getUiClass()
|
boolean |
isConfig()
|
boolean |
isOperation()
|
WizardExtStepModel<?> |
newModel()
Instancie le modèle associée à l'étape. |
WizardStepUI<?,?> |
newUI(WizardExtUI<?,?> ui)
Construit l'ui associée à l'étape. |
| Methods inherited from interface jaxx.runtime.swing.wizard.WizardStep |
|---|
getDescription, getLabel, name, ordinal |
| Method Detail |
|---|
String getOperationLabel()
String getOperationDescription()
Class<? extends WizardExtStepModel<?>> getModelClass()
Class<? extends WizardStepUI<?,?>> getUiClass()
boolean isOperation()
true si l'étape a une opération associée, false sinon.boolean isConfig()
true si l'étape est une phase de configuration, false sinon.WizardExtStepModel<?> newModel()
WizardStepUI<?,?> newUI(WizardExtUI<?,?> ui)
ui - l'ui principale du wiard
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||