com.japisoft.framework.wizard
Interface WizardView

All Known Implementing Classes:
DefaultWizardView

public interface WizardView

Interface for showing a wizard

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 void activate(WizardStep step)
          Activate on wizard step
 javax.swing.JComponent getView()
           
 void setEnabledNextAction(boolean enabled)
          Enabled the next action
 void setEnabledPreviousAction(boolean enabled)
          Enabled the previous action
 void updateView(WizardStepModel model)
          Update the wizard view for showing all wizard step
 

Method Detail

updateView

public void updateView(WizardStepModel model)
Update the wizard view for showing all wizard step


activate

public void activate(WizardStep step)
Activate on wizard step


getView

public javax.swing.JComponent getView()
Returns:
the global wizard view

setEnabledNextAction

public void setEnabledNextAction(boolean enabled)
Enabled the next action


setEnabledPreviousAction

public void setEnabledPreviousAction(boolean enabled)
Enabled the previous action