Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Customize Wizard dialog/ Wizard
Customize Wizard dialog/ Wizard [message #312924] Mon, 26 February 2007 06:04 Go to next message
Eclipse UserFriend
Originally posted by: priya_kothari.persistent.co.in

Hi,

Is it possible to add custom buttons to the wizard page along with
Back/Next/Cancel/Finish?
My plugin requires to add couple of buttons on a wizard page.

TIA
~Priya
Re: Customize Wizard dialog/ Wizard [message #312926 is a reply to message #312924] Mon, 26 February 2007 09:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jakub.jurkiewicz.gmail.com

Hi,

Yes it's possible. When you extend WizardPage you have to overwrite
method IDialogPage#createControl(Composite parent)
In this method you can create all the controls, which you want to exist
on your wizard page, so you can add any button you want.

Hope this helps :)

Jakub Jurkiewicz

Priya napisał(a):
> Hi,
>
> Is it possible to add custom buttons to the wizard page along with
> Back/Next/Cancel/Finish?
> My plugin requires to add couple of buttons on a wizard page.
>
> TIA
> ~Priya
>
>
Re: Customize Wizard dialog/ Wizard [message #312929 is a reply to message #312926] Mon, 26 February 2007 09:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: priya_kothari.persistent.co.in

Thanks a lot, it did help. One more question, Can i add them next to Next /
Cancel - I mean in same Row?

"Jakub Jurkiewicz" <jakub.jurkiewicz@gmail.com> wrote in message
news:eru9tc$pt8$1@utils.eclipse.org...
> Hi,
>
> Yes it's possible. When you extend WizardPage you have to overwrite method
> IDialogPage#createControl(Composite parent)
> In this method you can create all the controls, which you want to exist on
> your wizard page, so you can add any button you want.
>
> Hope this helps :)
>
> Jakub Jurkiewicz
>
> Priya napisa
Re: Customize Wizard dialog/ Wizard [message #312930 is a reply to message #312929] Mon, 26 February 2007 10:19 Go to previous message
Eclipse UserFriend
Originally posted by: jakub.jurkiewicz.gmail.com

I'm afraid you can't or at last I didn't hear about such possibility.
If somebody knows how to do this please let us know.

regards,
Jakub Jurkiewicz

Priya wrote:
> Thanks a lot, it did help. One more question, Can i add them next to Next /
> Cancel - I mean in same Row?
>
> "Jakub Jurkiewicz" <jakub.jurkiewicz@gmail.com> wrote in message
> news:eru9tc$pt8$1@utils.eclipse.org...
>> Hi,
>>
>> Yes it's possible. When you extend WizardPage you have to overwrite method
>> IDialogPage#createControl(Composite parent)
>> In this method you can create all the controls, which you want to exist on
>> your wizard page, so you can add any button you want.
>>
>> Hope this helps :)
>>
>> Jakub Jurkiewicz
>>
>> Priya napisał(a):
>>> Hi,
>>>
>>> Is it possible to add custom buttons to the wizard page along with
>>> Back/Next/Cancel/Finish?
>>> My plugin requires to add couple of buttons on a wizard page.
>>>
>>> TIA
>>> ~Priya
>
>
Previous Topic:Removing Resources perspective and other default IDE options in RCP
Next Topic:How to find out users write permissions ?
Goto Forum:
  


Current Time: Sat Dec 21 14:18:02 GMT 2024

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

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

Back to the top