javatools.swing
Class TestPerformer

java.lang.Object
  |
  +--javatools.swing.WizardPerformer
        |
        +--javatools.swing.TestPerformer

public class TestPerformer
extends WizardPerformer

It was a preliminary test, rest in peace...


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

Constructor Detail

TestPerformer

public TestPerformer()
Creates new TestPerformer

Method Detail

perform

public void perform(java.util.Properties data)
             throws WizardException
Performs a set of operations.

Specified by:
perform in class WizardPerformer
Parameters:
data - The properties file to use.
Throws:
WizardException - If something goes wrong.