Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 77426

Summary: [Wizards] Insufficient API to do dynamic content in wizards
Product: [Eclipse Project] Platform Reporter: Curtis d'Entremont <curtispd>
Component: UIAssignee: Karice McIntyre <Karice_McIntyre>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P4 CC: ashishp
Version: 3.0Keywords: api
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Curtis d'Entremont CLA 2004-11-01 16:20:29 EST
I'm trying to create an import wizard that asks a series of questions, each 
based on the results of the previous page. The layout and organization of the 
wizard pages doesn't change, just the values in the fields. So I need to do a 
bit of processing between each page and populate the next one just before the 
user navigates to it.

I see the WizardDialog has protected methods where you can listen for 
Next/Previous, but in an import wizard I can't override these because it is the 
platform that creates the dialog.

Maybe I missed something, but I just don't see any way to do this. It looks 
like all the wizard UI content has to be defined at the creation of the import 
wizard.
Comment 1 Ashish Patel CLA 2006-03-30 09:04:22 EST
Any idea when this is slated for?  We need this for a downstream product.
Comment 2 Karice McIntyre CLA 2006-04-07 16:10:43 EDT
Not for 3.2 as the API freeze has past.
Comment 3 Karice McIntyre CLA 2006-07-07 17:33:39 EDT

*** This bug has been marked as a duplicate of 16179 ***