|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javatools.swing.WizardPerformer
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 |
public WizardPerformer()
Method Detail |
public abstract void perform(java.util.Properties data) throws WizardException
data
- The properties to use.
WizardException
- If something goes wrong.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |