com.japisoft.framework.wizard
Class BasicStepView

java.lang.Object
  extended bycom.japisoft.framework.wizard.BasicStepView
All Implemented Interfaces:
StepView

public class BasicStepView
extends java.lang.Object
implements StepView

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

Constructor Summary
BasicStepView(javax.swing.JComponent view)
           
 
Method Summary
 javax.swing.JComponent getView()
           
 void start(WizardStepContext context)
          Called when the wizard step is started, so the final user can interact with the view provided by the getView method
 void stop(WizardStepContext context)
          Called before a new wizard step is started
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicStepView

public BasicStepView(javax.swing.JComponent view)
Method Detail

getView

public javax.swing.JComponent getView()
Specified by:
getView in interface StepView
Returns:
the final Step view

start

public void start(WizardStepContext context)
Description copied from interface: StepView
Called when the wizard step is started, so the final user can interact with the view provided by the getView method

Specified by:
start in interface StepView
Parameters:
context - Information about the wizard step

stop

public void stop(WizardStepContext context)
Description copied from interface: StepView
Called before a new wizard step is started

Specified by:
stop in interface StepView
Parameters:
context - Information about the wizard step