Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Creating Wizard Pages using VE (Newbie)
Creating Wizard Pages using VE (Newbie) [message #106729] Fri, 16 September 2005 11:33 Go to next message
Eclipse UserFriend
Originally posted by: alan.battersby.ntlworld.com

I thought it would be a good idea to use VE to create some wizard pages for
a plugin I am creating (dont see the point of now manually laying out
components for simple examples). I havent used VE before but cannot find
any explicit information on how VE can be used to create a wizard page.
There was some earlier discussion and a mention of using a composite but I
havent enough background fill in the blanks. Anyone have links to use VE in
this context?

Thanks

Alan
Re: Creating Wizard Pages using VE (Newbie) [message #107579 is a reply to message #106729] Tue, 20 September 2005 14:48 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
Alan Battersby wrote:
> I thought it would be a good idea to use VE to create some wizard pages for
> a plugin I am creating (dont see the point of now manually laying out
> components for simple examples). I havent used VE before but cannot find
> any explicit information on how VE can be used to create a wizard page.
> There was some earlier discussion and a mention of using a composite but I
> havent enough background fill in the blanks. Anyone have links to use VE in
> this context?
>
> Thanks
>
> Alan

One simple way, is to create a customed Composite (Create a Visual class extending Composite).

In the createControl() for your WizardPage


...
Composite content = new MyCustomComposite(parent, ...);
...
Re: Creating Wizard Pages using VE (Newbie) [message #610828 is a reply to message #106729] Tue, 20 September 2005 14:48 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
Alan Battersby wrote:
> I thought it would be a good idea to use VE to create some wizard pages for
> a plugin I am creating (dont see the point of now manually laying out
> components for simple examples). I havent used VE before but cannot find
> any explicit information on how VE can be used to create a wizard page.
> There was some earlier discussion and a mention of using a composite but I
> havent enough background fill in the blanks. Anyone have links to use VE in
> this context?
>
> Thanks
>
> Alan

One simple way, is to create a customed Composite (Create a Visual class extending Composite).

In the createControl() for your WizardPage


...
Composite content = new MyCustomComposite(parent, ...);
...
Previous Topic:VE only shows ContentPane
Next Topic:New Palette
Goto Forum:
  


Current Time: Fri Mar 29 05:34:48 GMT 2024

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

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

Back to the top