Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] wizards

You should post your question (and maybe include the source code for your
wizard) in the newsgroup - you'll get an answer there.

This mailing list is to discuss current and plan development issues only.

Simon :-)



                                                                                                                         
                      <ben.cowley@xxxxxxxxxx                                                                             
                      >                              To:      platform-ui-dev@xxxxxxxxxxx                                
                      Sent by:                       cc:                                                                 
                      platform-ui-dev-admin@         Subject: Re: [platform-ui-dev] wizards                              
                      eclipse.org                                                                                        
                                                                                                                         
                                                                                                                         
                      08/08/02 08:45 AM                                                                                  
                      Please respond to                                                                                  
                      platform-ui-dev                                                                                    
                                                                                                                         
                                                                                                                         



Hi all,
I'm extending WizardPage, which extends DialogPage, which
implements IDialogPage, which has an abstract method:
public void createControl(Composite parent);
I'm supposed to implement this method, and I include
public void createControl(Composite parent) {}
in my class. But it still brings up the error that I must
implement this abstract method.
Im a bit of a newbie(:D), but isn't this a perfectly good
implementation of the abstract method?
Thanks,
Ben Cowley,
Project~StealthLogger TM,
Dearle Technology, 2002.

contact
w: www.dearle.com
e: ben.cowley@xxxxxxxxxx
t: +353 87 285 3001
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ui-dev






Back to the top