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