Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Extending the Package Explorer View
Extending the Package Explorer View [message #290520] Fri, 26 August 2005 02:23 Go to next message
Eclipse UserFriend
Originally posted by: megasycophant.yahoo.com

I'd like to create my own view via extension of the Package Explorer view.
After poking around (new to plug-in development, but think I'm getting my
hands around it pretty well), I'm finding that Eclipse disallows extension
of the requisite classes. Since, as I said, I'm new to plugin
development, I thought perhaps I was going about it wrong. What I'd like
to do is eliminate the class file from the tree (i.e. package->type rather
than package->classFile->type). My assumption is that I need to associate
a modified content provider with the tree. How can I go about this
without rewriting the lot from scratch?

Thanx much,
BRiaN
Re: Extending the Package Explorer View [message #290672 is a reply to message #290520] Mon, 29 August 2005 16:47 Go to previous message
Chris is currently offline ChrisFriend
Messages: 12
Registered: July 2009
Junior Member
Do you have th source code downloaded? A while back I modified the
contentprovider for the Package Explorer. It is possible to do what you
are saying without a code rewrite from the ground up. Take a look at the
ResourceNavigator class. It is similar, I think.
Chris
Previous Topic:importing (Window) key preferences
Next Topic:request: better message
Goto Forum:
  


Current Time: Fri Apr 26 20:20:30 GMT 2024

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

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

Back to the top