ptanov / epf-process-validator

Set of plugins to be contributed to Eclipse Process Framework (EPF) for validating processes
0 stars 0 forks source link

Wizard for creating simple constraints #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Should query all custom wizard contributions and allow user to choose wizard at 
first page, then proceed with selected wizard

Original issue reported on code.google.com by 1.Pla...@gmail.com on 21 Jan 2011 at 10:11

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
First steps - base of prototype added

Original comment by 1.Pla...@gmail.com on 25 Jan 2011 at 11:13

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
 Selection is wrapped to corresponding type using CustomTypeHandler

Original comment by 1.Pla...@gmail.com on 27 Jan 2011 at 11:21

GoogleCodeExporter commented 9 years ago
Added next/previous buttons

Original comment by 1.Pla...@gmail.com on 28 Jan 2011 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by 1.Pla...@gmail.com on 28 Jan 2011 at 11:27