net.sourceforge.gandalf
Interface Wizard
- All Known Implementing Classes:
- WizardFrame
- public interface Wizard
getData
public WizardData getData()
throws WizardException
putData
public void putData(java.lang.String key,
java.lang.Object value)
throws WizardException
pushFrame
public void pushFrame(Wizard frame)
throws WizardException
popFrame
public Wizard popFrame()
throws WizardException
purgeFrames
public void purgeFrames()
throws WizardException
showCancelButton
public void showCancelButton(boolean show)
showNextButton
public void showNextButton(boolean show)
showPreviousButton
public void showPreviousButton(boolean show)
showFinishButton
public void showFinishButton(boolean show)
setFrameLabel1
public void setFrameLabel1(java.lang.String newLabel)
setFrameLabel2
public void setFrameLabel2(java.lang.String newLabel)
cancelAction
public void cancelAction()
throws WizardException
nextAction
public void nextAction()
throws WizardException
previousAction
public void previousAction()
throws WizardException
finishAction
public void finishAction()
throws WizardException
customize
public void customize()
throws WizardException