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.).
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.