Extending the package explorer [message #65653] |
Fri, 02 June 2006 02:26  |
Eclipse User |
|
|
|
Originally posted by: s.kralemann.trash-mail.de
Hi!
I have a question regarding your integration into the eclipse package
explorer. I am absolutely new to the eclipse platform (assimilated from
Microsoft .NET to Java), but I have to evaluate how to extend the package
explorer. I want to insert some new tree nodes below a class or method
node. Is this possible? Can you give me some hints where to find a
documentation?
Thanks in advance!
Bye, Sebastian
|
|
|
Re: Extending the package explorer [message #65675 is a reply to message #65653] |
Thu, 08 June 2006 06:25  |
Eclipse User |
|
|
|
Sebastian wrote:
> I have a question regarding your integration into the eclipse package
> explorer. I am absolutely new to the eclipse platform (assimilated from
> Microsoft .NET to Java), but I have to evaluate how to extend the
> package explorer. I want to insert some new tree nodes below a class or
> method node. Is this possible? Can you give me some hints where to find
> a documentation?
> Thanks in advance!
Hi,
The package explorer is not really designed to be extended in this way.
We use internal api to insert new nodes for .aj files, but I'm not sure
if that would work for new nodes within a compilation unit. You could
either clone your own version of the package explorer, or look at the
Common Navigator instead, for example:
http://www.eclipsecon.org/2006/Sub.do?id=260
Regards,
Matt.
|
|
|
Re: Extending the package explorer [message #594101 is a reply to message #65653] |
Thu, 08 June 2006 06:25  |
Eclipse User |
|
|
|
Sebastian wrote:
> I have a question regarding your integration into the eclipse package
> explorer. I am absolutely new to the eclipse platform (assimilated from
> Microsoft .NET to Java), but I have to evaluate how to extend the
> package explorer. I want to insert some new tree nodes below a class or
> method node. Is this possible? Can you give me some hints where to find
> a documentation?
> Thanks in advance!
Hi,
The package explorer is not really designed to be extended in this way.
We use internal api to insert new nodes for .aj files, but I'm not sure
if that would work for new nodes within a compilation unit. You could
either clone your own version of the package explorer, or look at the
Common Navigator instead, for example:
http://www.eclipsecon.org/2006/Sub.do?id=260
Regards,
Matt.
|
|
|
Powered by
FUDForum. Page generated in 0.03402 seconds