Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Removing A Page From A Wizard
Removing A Page From A Wizard [message #331038] Thu, 21 August 2008 19:06 Go to next message
Karol Krizka is currently offline Karol KrizkaFriend
Messages: 7
Registered: July 2009
Junior Member
Hi all,

I am wondering if it is possible to have a page dynamically remove
itself from a wizard. I tried getting the previous page and setting its
next page to the next page of the page I want to remove, however a
WizardPage does not have a setNextPage() function. Any other suggestions?

--
Cheers,
Karol Krizka
http://www.krizka.net
Re: Removing A Page From A Wizard [message #331050 is a reply to message #331038] Fri, 22 August 2008 04:18 Go to previous message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
Page navigation is handled by Wizard, not WizardPage. Override the
getNextPage() in the your Wizard class

- Prakash

www.eclipse-tips.com


Karol Krizka wrote:
> Hi all,
>
> I am wondering if it is possible to have a page dynamically remove
> itself from a wizard. I tried getting the previous page and setting its
> next page to the next page of the page I want to remove, however a
> WizardPage does not have a setNextPage() function. Any other suggestions?
>
> --
> Cheers,
> Karol Krizka
> http://www.krizka.net
Previous Topic:PDE launch of org.eclipse.ant.core.antRunner removes specified targets
Next Topic:Jars and finding the source
Goto Forum:
  


Current Time: Fri Jul 05 07:30:11 GMT 2024

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

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

Back to the top