Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Dynamic wizard implementation
Dynamic wizard implementation [message #638950] Sat, 13 November 2010 18:08 Go to next message
Eclipse UserFriend
Originally posted by: karsten.triadiary.com

Hi,

does anyone know a good example (or has some hints) on implementing a
dynamic wizard.

I need a wizard, that has different pages depending on the users
selection. If the user changes the selection on one of the pages
additional pages might be required (or be removed again). Any tips?

Thanks for your help.

Karsten
Re: Dynamic wizard implementation [message #639047 is a reply to message #638950] Mon, 15 November 2010 05:02 Go to previous messageGo to next message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
On 13/11/10 11:38 PM, Karsten Voigt wrote:
> does anyone know a good example (or has some hints) on implementing a
> dynamic wizard.

Override the getNextPage() and getPreviousPage() methods in your Wizard
and provide the pages as per the selection

--
- Prakash
Platform UI Team, IBM

www.eclipse-tips.com
Re: Dynamic wizard implementation [message #639134 is a reply to message #639047] Mon, 15 November 2010 12:01 Go to previous message
Eclipse UserFriend
Originally posted by: karsten.triadiary.com

Thanks, isn't there a more generic way to do it. Overriding these two
methods is not so kind if the application has changing requirements...


Am 15.11.2010 06:02, schrieb Prakash G.R.:
> On 13/11/10 11:38 PM, Karsten Voigt wrote:
>> does anyone know a good example (or has some hints) on implementing a
>> dynamic wizard.
>
> Override the getNextPage() and getPreviousPage() methods in your Wizard
> and provide the pages as per the selection
>
Previous Topic:Replacing IPreferenceService?
Next Topic:Any way to get a push button to show up in main menu bar?
Goto Forum:
  


Current Time: Fri Apr 26 13:14:30 GMT 2024

Powered by FUDForum. Page generated in 0.03075 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top