Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Wizard Dialog as a View
Wizard Dialog as a View [message #325870] Fri, 29 February 2008 13:14 Go to next message
Kyle S. Bober is currently offline Kyle S. BoberFriend
Messages: 4
Registered: July 2009
Junior Member
Is it possible to take an existing Wizard Dialog and implement it as an
RCP View? The requirement is to have a standalone view as a top view in
the RCP application that is basically a wizard and will always be present.
I have looked at the Wizard Dialog code and was curious if something
similar exists for Views where I can pass the Wizard as a constructor
parameter. Does anyone have an example of this or any advice as to what
direction I should go with this??? Thanks for any help in advance!!!

-Kyle
Re: Wizard Dialog as a View [message #325883 is a reply to message #325870] Fri, 29 February 2008 16:16 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Kyle S. Bober wrote:
> Is it possible to take an existing Wizard Dialog and implement it as an
> RCP View? The requirement is to have a standalone view as a top view in
> the RCP application that is basically a wizard and will always be
> present. I have looked at the Wizard Dialog code and was curious if
> something similar exists for Views where I can pass the Wizard as a
> constructor parameter. Does anyone have an example of this or any advice
> as to what direction I should go with this??? Thanks for any help in
> advance!!!

I would explore the idea of making the View implement IWizardContainer -
dialogs can't be embedded in a View as far as I know.

Hope this helps,
Eric
Previous Topic:External JAR, NoClassDefFoundError
Next Topic:help not working?
Goto Forum:
  


Current Time: Fri Sep 13 09:00:29 GMT 2024

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

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

Back to the top