whats the proper way to subclass? [message #12909] |
Sat, 22 January 2005 22:03  |
Eclipse User |
|
|
|
Originally posted by: victorflores.nyc.rr.com
whats the proper way to subclass?
What i do is i just go to the source and add 'extends whatever....' class
i want to extend.
So where do i specify 'whatever' so 'whatever' will automatically show up
in the extends section of the code?
and implements????
|
|
|
|
|
|
|
Re: ok, i think i am on to something. . . [message #16081 is a reply to message #13094] |
Tue, 25 January 2005 10:33  |
Eclipse User |
|
|
|
Originally posted by: Chris_Laffra.ca.ibm.com
To see the class 'Dialog', it must be on the classpath
of your project. This can be done by hand, using
the project properties.
But, it sounds like you are writing a plugin.
In that case, you should use the plugin.xml editor
to add a dependency to the plugin that declares
the 'Dialog' class - org.eclipse.jface?
To understand better what classes you can see
when, read this uber-frequently-asked-question:
http://www.eclipsefaq.org/chris/faq/html/faq104.html
--
Chris Laffra, http://eclipsefaq.org
"victor" <victorflores@nyc.rr.com> wrote in message
news:csv84c$uvr$1@www.eclipse.org...
> thanks jeff, that was very helpful!
>
> after i wiped out 'object', and typed Dialog, nothing really happened,
> till i did ctl-enter....
>
> Thanks again!
>
|
|
|
Powered by
FUDForum. Page generated in 0.08483 seconds