|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.javaprog.ui.wizard.plaf.basic.BasicWizardContentPaneUI.BasicWizardModelHandler
protected class BasicWizardContentPaneUI.BasicWizardModelHandler
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 |
---|
protected BasicWizardContentPaneUI.BasicWizardModelHandler()
Method Detail |
---|
public void stepShown(WizardModelEvent e)
WizardModelListener
stepShown
in interface WizardModelListener
public void wizardCanceled(WizardModelEvent e)
WizardModelListener
WizardModel.cancelWizard()
.
wizardCanceled
in interface WizardModelListener
WizardModel.cancelWizard()
public void wizardFinished(WizardModelEvent e)
WizardModelListener
WizardModel.finishWizard()
.
wizardFinished
in interface WizardModelListener
WizardModel.finishWizard()
public void wizardModelChanged(WizardModelEvent e)
WizardModelListener
wizardModelChanged
in interface WizardModelListener
StepModelCustomizer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |