This class may be instantiated and used without further configuration; this class is not intended to be subclassed.
Example:
IWizard wizard = new JarPackageWizard(); wizard.init(workbench, selection); WizardDialog dialog = new WizardDialog(shell, wizard); dialog.open();
open