Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Package Explorer
Package Explorer [message #300962] Tue, 21 March 2006 03:01 Go to next message
Eclipse UserFriend
Originally posted by: john.watson.yahoo.com

Hi All,

I have to create a view similar to Package Explorer. The difference is
that my view should show some files and hide other files depending on file
extension. Is it possible to be configured the Package Explorer in this
way or I should extend it? Which the extension point and class for Package
Explorer?

Regards,

John
Re: Package Explorer [message #300986 is a reply to message #300962] Tue, 21 March 2006 10:09 Go to previous messageGo to next message
Eclipse UserFriend
If you add the extension to your plugin.xml (in this case
org.eclipse.ui.views), you can use "Find declaring extension point" to
find the extension point in the Search view, and then right click on it
and use "References" to get the list of extensions that reference this
extension point. Then you can find out the id and class that implements
the Package Explorer.

but you may or may not be able to use it (it might be internal).

Also, consider the common navigator in 3.2M5 ... it's specifically
designed to provide Resource Navigator-type view without being tied to
the IDE or JDT.

Later,
PW
Re: Package Explorer [message #301013 is a reply to message #300986] Wed, 22 March 2006 03:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: john.watson.yahoo.com

Hi Paul,

you mean "Experimental Resource Navigator? It is available in 3.2M3. It is
very onteresting for me. What are the Eclipse team plans for it? Will it
be included in final version of 3.2? Where Can i get more information how
I can use it?

Regards,

John

Paul Webster wrote:

> If you add the extension to your plugin.xml (in this case
> org.eclipse.ui.views), you can use "Find declaring extension point" to
> find the extension point in the Search view, and then right click on it
> and use "References" to get the list of extensions that reference this
> extension point. Then you can find out the id and class that implements
> the Package Explorer.

> but you may or may not be able to use it (it might be internal).

> Also, consider the common navigator in 3.2M5 ... it's specifically
> designed to provide Resource Navigator-type view without being tied to
> the IDE or JDT.

> Later,
> PW
Re: Package Explorer [message #301026 is a reply to message #301013] Wed, 22 March 2006 07:56 Go to previous messageGo to next message
Eclipse UserFriend
John Watson wrote:
> Hi Paul,
>
> you mean "Experimental Resource Navigator? It is available in 3.2M3. It
> is very onteresting for me. What are the Eclipse team plans for it? Will
> it be included in final version of 3.2? Where Can i get more information
> how I can use it?
>

Unfortunately, I'm not sure where more information on the Common
Navigator is, but it's looking pretty good in 3.2M5 and the soon to be
out 3.2M6, and I've been told WTP is going to use it in there 3.2 based
offering ... but that's not confirmed.

Later,
PW
Re: Package Explorer [message #301045 is a reply to message #301026] Wed, 22 March 2006 10:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: john.watson.yahoo.com

Hi Paul,

I found that the built-in filter in Package Explorer works pretty well for
me. I just need a way how to set the filter of Package Explorer
programatically.

Regards,

John
Re: Package Explorer [message #301061 is a reply to message #301045] Wed, 22 March 2006 15:37 Go to previous message
Eclipse UserFriend
Originally posted by: varavamu.yahoo.com

try looking at:
org.eclipse.ui.ide.resourceFilters
org.eclipse.jdt.ui.javaElementFilters

hth,
Vijay

John Watson wrote:
> Hi Paul,
> I found that the built-in filter in Package Explorer works pretty well
> for me. I just need a way how to set the filter of Package Explorer
> programatically.
>
> Regards,
>
> John
>
Previous Topic:Seperating project files
Next Topic:Callisto Language Packs
Goto Forum:
  


Current Time: Fri Jul 18 10:54:24 EDT 2025

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

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

Back to the top