org.patterncoder.wizard
Interface Wizard

All Known Implementing Classes:
PatternCoderFrame

public interface Wizard

The wizard interface defines an interface that must be implemented by the main wizard class. Methods of this interace deal with the wizard navaigation.


Method Summary
 void back()
           
 void cancel()
           
 void finish()
           
 WizardModel getWizardModel()
          Returns the WizardModel object being used by the current wizard object.
 void next()
           
 

Method Detail

next

void next()

back

void back()

cancel

void cancel()

finish

void finish()

getWizardModel

WizardModel getWizardModel()
Returns the WizardModel object being used by the current wizard object.

Returns:
The model being used by the current wizard.