javatools.swing
Class WizardPerformer

java.lang.Object
  |
  +--javatools.swing.WizardPerformer
Direct Known Subclasses:
TestPerformer

public abstract class WizardPerformer
extends java.lang.Object

It was a preliminary class to perform operation after a wizard collected all information... rest in peace.


Constructor Summary
WizardPerformer()
          Creates new WizardPerformer
 
Method Summary
abstract  void perform(java.util.Properties data)
          Performs the operations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardPerformer

public WizardPerformer()
Creates new WizardPerformer

Method Detail

perform

public abstract void perform(java.util.Properties data)
                      throws WizardException
Performs the operations.

Parameters:
data - The properties to use.
Throws:
WizardException - If something goes wrong.