| A wizard node represents a "potential" wizard. Wizard nodes
are used by wizard selection pages to allow the user to pick
from several available nested wizards.
Subclasses simply need to override method createWizard() ,
which is responsible for creating an instance of the wizard it represents
AND ensuring that this wizard is the "right" type of wizard (e.g.-
New, Import, etc.).
|