Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » customizing entries of navigator view
customizing entries of navigator view [message #283113] Sat, 26 March 2005 14:22 Go to next message
Eclipse UserFriend
Hello ,
I am sorry for my last mail which was incomplete , by mistake post button
was pressed before i write my problem.

My problem is , i have extended
org.eclipse.ui.views.navigator.ResourceNavigator class to add my own view
with different name than navigator.
Now i want scenario that only resource of my choice should be displayed
into this view.
Currently it is showing everything that my project contains ( other
database folders).
I only want to display , my newly created project and some particular
files of required extensions.

How should i do this.

-- thank you.
Re: customizing entries of navigator view [message #283115 is a reply to message #283113] Sat, 26 March 2005 13:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Lamont_Gilbert.rigidsoftware.com

mithun ruikar wrote:
> Hello , I am sorry for my last mail which was incomplete , by mistake
> post button was pressed before i write my problem.
>
> My problem is , i have extended
> org.eclipse.ui.views.navigator.ResourceNavigator class to add my own
> view with different name than navigator.
> Now i want scenario that only resource of my choice should be displayed
> into this view.
> Currently it is showing everything that my project contains ( other
> database folders).
> I only want to display , my newly created project and some particular
> files of required extensions.
>
> How should i do this.
>
> -- thank you.
>

The Navigator has a filter. Can you support this featur by turning on a
Filter? Or do you want to block the user from ever seeing these things?
I think you can also make resources hidden to the user.

CL
Re: customizing entries of navigator view [message #283118 is a reply to message #283113] Sat, 26 March 2005 14:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: SamMesh.gmail.com

mithun ruikar wrote:
> Hello , I am sorry for my last mail which was incomplete , by mistake
> post button was pressed before i write my problem.

In Mozilla, you can try *<right-click-on-the-message>/Cancel Message*.

--
Sam Mesh
Re: customizing entries of navigator view [message #283134 is a reply to message #283115] Sun, 27 March 2005 14:57 Go to previous messageGo to next message
Eclipse UserFriend
Hello ,
Thank you Gilbert, i found method getPatternFilter().setFilter(String [] ).
But this method takes argument which are entries that are not to be
included.

Is there any way to tell 'only these file extensions are allowed to be
shown inside project ' ?

-- thank you.
Re: customizing entries of navigator view [message #283137 is a reply to message #283134] Sun, 27 March 2005 23:22 Go to previous message
Eclipse UserFriend
Originally posted by: Lamont_Gilbert.rigidsoftware.com

mithun ruikar wrote:
> Hello , Thank you Gilbert, i found method
> getPatternFilter().setFilter(String [] ).
> But this method takes argument which are entries that are not to be
> included.
>
> Is there any way to tell 'only these file extensions are allowed to be
> shown inside project ' ?
>
> -- thank you.
>


I wish I knew. Thats the best I can do, sorry.


CL
Previous Topic:Illegal type of archive error
Next Topic:Using Activities ?
Goto Forum:
  


Current Time: Tue Jul 22 00:54:29 EDT 2025

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

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

Back to the top