Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Extending the package explorer
Extending the package explorer [message #65653] Fri, 02 June 2006 06:26 Go to next message
Eclipse UserFriend
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 10:25 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
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 10:25 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
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.
Previous Topic:Extending the package explorer
Next Topic:syncing AJDT with AspectJ build?
Goto Forum:
  


Current Time: Thu Mar 28 09:26:57 GMT 2024

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

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

Back to the top