I’m doing a GUI Project which consists of a wizards and a
wizardpage. The wizardpage is created using the eclipse plugin
“org.eclipse.jface.wizard.WizardPage” I’m able to open the wizard using a toolbar button with the eclipse plugin
“org.eclipse.jface.wizard.WizardDialog” but i’m not able to open the wizardpage with the same plugin.
Is there any other plugin for the
wizard page. Can anyone help me in doing this?
You cannot go to a specific wizard page unless it is the first page of a wizard.
To open a specific wizard – and not the “wizard chooser” – then add the
newWizardIdparameter to the menus definition…