Skip to main content

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

Not obvious what the problem is from the description. You'll get more help
from eclipse.tools newsgroup, which is for eclipse users. eclipse.technology
is for discussion of advanced technology projects. (Yes, the names are
misleading.)

Bob

----- Original Message -----
From: <ben.cowley@xxxxxxxxxx>
To: <platform-ui-dev@xxxxxxxxxxx>
Sent: Thursday, August 08, 2002 7:45 AM
Subject: Re: [platform-ui-dev] wizards


> 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