All Classes and Interfaces
Class
Description
The abstract class
AbstractJComponentStateMachine provides a state machine for
JComponents.The interface
BaseWizardState represents a wizard state.The class
BaseWizardStateMachine implements IBaseWizardStateMachine and manages
the state transitions for a wizard.The class
BaseWizardStateMachineModel implements IBaseWizardStateMachine and
manages the state transitions for a wizard with a model object.The interface
ButtonState represents a state in a button state machine.The abstract class
ButtonStateMachine can provide states on buttons.The abstract class
ComponentStateMachine can provide states on components.The interface
IBaseWizardStateMachine extends IWizardStateMachine and adds
methods for canceling and finishing the wizard.The interface
IWizardStateMachine represents a state machine for a wizard.The enum
NavigationEventState represents different states of navigation events that can
occur in a wizard navigation processThe interface
WizardState represents a state in a wizard.The class
WizardStateInfo represents the state information of a wizard step.The class
WizardStateMachine implements IWizardStateMachine and manages the state
transitions for a wizard.