Closed GoogleCodeExporter closed 9 years ago
Wizard class in Eclipse is:
org.eclipse.jface.wizard.Wizard
API:
http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.isv/ref
erence/api/org/eclipse/jface/wizard/package-summary.html
Examples in Eclipse:
org.eclipse.ui.INewWizard
org.eclipse.emf.validation.examples.internal.wizard
:pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
org.eclipse.emf/org.eclipse.emf.validation/examples/
http://www.eclipse.org/articles/article.php?file=Article-JFaceWizards/index.html
Maybe this page should be used:
WizardSelectionPage, a special abstract subclass of WizardPage, allows whole
other wizards to be connected to a root page
Wizards for Exporting/Importing/Creating projects are good example for
wizard-in-wizard selection (e.g. ExportWizard, ExportWizardRegistry)
Original comment by 1.Pla...@gmail.com
on 21 Jan 2011 at 10:18
Created project that will contain wizard for creating simple constraints:
core\eu.tanov.epf.pv.ui.wizards
Original comment by 1.Pla...@gmail.com
on 25 Jan 2011 at 10:23
First steps - base of prototype added
Original comment by 1.Pla...@gmail.com
on 25 Jan 2011 at 11:13
Added extension point for eu.tanov.epf.pv.ui.wizards.constraintsWizards
Original comment by 1.Pla...@gmail.com
on 27 Jan 2011 at 8:20
Selection is wrapped to corresponding type using CustomTypeHandler
Original comment by 1.Pla...@gmail.com
on 27 Jan 2011 at 11:21
Added next/previous buttons
Original comment by 1.Pla...@gmail.com
on 28 Jan 2011 at 11:00
Original comment by 1.Pla...@gmail.com
on 28 Jan 2011 at 11:27
Original issue reported on code.google.com by
1.Pla...@gmail.com
on 21 Jan 2011 at 10:11