net.javaprog.ui.wizard.plaf.basic
Class BasicWizardContentPaneUI.BasicWizardModelHandler

java.lang.Object
  extended by net.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardModelHandler
All Implemented Interfaces:
EventListener, WizardModelListener
Enclosing class:
BasicWizardContentPaneUI

protected class BasicWizardContentPaneUI.BasicWizardModelHandler
extends Object
implements WizardModelListener


Constructor Summary
protected BasicWizardContentPaneUI.BasicWizardModelHandler()
           
 
Method Summary
 void stepShown(WizardModelEvent e)
          Called when a step from the model is shown in the wizard.
 void wizardCanceled(WizardModelEvent e)
          Called when the wizard is canceled.
 void wizardFinished(WizardModelEvent e)
          Called when the wizard is finished.
 void wizardModelChanged(WizardModelEvent e)
          Called when the wizard model changes due to some StepModelCustomizer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicWizardContentPaneUI.BasicWizardModelHandler

protected BasicWizardContentPaneUI.BasicWizardModelHandler()
Method Detail

stepShown

public void stepShown(WizardModelEvent e)
Description copied from interface: WizardModelListener
Called when a step from the model is shown in the wizard.

Specified by:
stepShown in interface WizardModelListener

wizardCanceled

public void wizardCanceled(WizardModelEvent e)
Description copied from interface: WizardModelListener
Called when the wizard is canceled. This can be accomplished by pressing the Cancel button, closing the wizard's window or directly calling WizardModel.cancelWizard().

Specified by:
wizardCanceled in interface WizardModelListener
See Also:
WizardModel.cancelWizard()

wizardFinished

public void wizardFinished(WizardModelEvent e)
Description copied from interface: WizardModelListener
Called when the wizard is finished. This can either be accomplished by pressing the Finish button or by directly calling WizardModel.finishWizard().

Specified by:
wizardFinished in interface WizardModelListener
See Also:
WizardModel.finishWizard()

wizardModelChanged

public void wizardModelChanged(WizardModelEvent e)
Description copied from interface: WizardModelListener
Called when the wizard model changes due to some StepModelCustomizer.

Specified by:
wizardModelChanged in interface WizardModelListener
See Also:
StepModelCustomizer