org.apache.shale.examples.test.dialog.scxml
Class Wizard

java.lang.Object
  extended by org.apache.shale.examples.test.dialog.scxml.Wizard

public class Wizard
extends Object

Utility actions for the wizard dialog series of tests.


Constructor Summary
Wizard()
           
 
Method Summary
 String cancel()
          Log the fact that this wizard dialog was cancelled.
 String finish()
          Log the fact that this wizard dialog was finished.
 String setup()
          Set up the wizard state information with dummy data.
 String start()
          Programmatically start an instance of the wizard dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wizard

public Wizard()
Method Detail

cancel

public String cancel()

Log the fact that this wizard dialog was cancelled.


finish

public String finish()

Log the fact that this wizard dialog was finished.


setup

public String setup()

Set up the wizard state information with dummy data. This is an action state that is invoked by the dialog.


start

public String start()

Programmatically start an instance of the wizard dialog.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.