Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » IWizard interface
IWizard interface [message #279754] Mon, 24 January 2005 05:20 Go to next message
Eclipse UserFriend
Originally posted by: luca.bucci.email.it

My wizard performs the method "getNextPage () ", only if it has as I deduce
an object IWizardPage, but my page extends WizardPage without implementing
the interface IWizardPage () (as Eclipse automatically produces it).
How can I do according to you?
Is there a way to revolve the problem?
Otherwise I don't know whether to recover the information of the page.
Thanks

Luca
Re: IWizard interface [message #280560 is a reply to message #279754] Sun, 06 February 2005 02:12 Go to previous message
Eclipse UserFriend
Originally posted by: lmorley.wpi.edu

Is there a specific problem that you're running into? I don't understand
the problem- because WizardPage implements IWizardPage and your class
extends WizardPage, your class does implement IWizardPage. When you call
"getNextPage()" and you get an "IWizardPage", you can just cast that to
whatever class you actually have.




Luca wrote:
> My wizard performs the method "getNextPage () ", only if it has as I deduce
> an object IWizardPage, but my page extends WizardPage without implementing
> the interface IWizardPage () (as Eclipse automatically produces it).
> How can I do according to you?
> Is there a way to revolve the problem?
> Otherwise I don't know whether to recover the information of the page.
> Thanks
>
> Luca
>
>


--
Liam Morley
Computer Science Undergraduate
Worcester Polytechnic Institute
Previous Topic:Code example showing how to color individual cells in TableViewer?
Next Topic:Package explorer problem
Goto Forum:
  


Current Time: Fri Jun 06 07:06:58 EDT 2025

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

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

Back to the top