|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WizardState | |
|---|---|
| jaxx.runtime.swing.wizard.ext | JAXX - Wizard framework This package contains all the classes of the wizard framework ext. |
| Uses of WizardState in jaxx.runtime.swing.wizard.ext |
|---|
| Fields in jaxx.runtime.swing.wizard.ext declared as WizardState | |
|---|---|
protected WizardState |
WizardExtModel.modelState
L'état générale du modèle |
| Fields in jaxx.runtime.swing.wizard.ext with type parameters of type WizardState | |
|---|---|
protected Map<E,WizardState> |
WizardExtModel.stepStates
Pour conserver les états des opérations |
| Methods in jaxx.runtime.swing.wizard.ext that return WizardState | |
|---|---|
WizardState |
WizardExtModel.getModelState()
|
WizardState |
WizardExtModel.getStepState()
|
WizardState |
WizardExtModel.getStepState(E step)
|
static WizardState |
WizardState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WizardState[] |
WizardState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in jaxx.runtime.swing.wizard.ext with parameters of type WizardState | |
|---|---|
static boolean |
WizardExtUtil.acceptStates(WizardState state,
WizardState... accepted)
|
static boolean |
WizardExtUtil.acceptStates(WizardState state,
WizardState... accepted)
|
void |
WizardExtUI.onModelStateChanged(WizardState newState)
Méthode invoquée lorsque l'état interne du modèle a changé. |
void |
WizardExtUI.onOperationStateChanged(E step,
WizardState newState)
Méthode invoqué lorsque l'état d'une opération a changé. |
static boolean |
WizardExtUtil.rejectStates(WizardState state,
WizardState... rejected)
|
static boolean |
WizardExtUtil.rejectStates(WizardState state,
WizardState... rejected)
|
protected void |
WizardExtModel.setModelState(WizardState modelState)
|
void |
WizardExtModel.setStepState(E step,
WizardState newState)
|
void |
WizardExtModel.setStepState(WizardState newState)
|
protected void |
WizardExtModel.updateModelState(E step,
WizardState newState)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||