Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Hide a parent folder but show its children in cnf view [Common Navigator](How to hide a parent folder but show its children directly under its grandparent in a cnf tree)
Hide a parent folder but show its children in cnf view [Common Navigator] [message #1017054] Fri, 08 March 2013 13:56
Eclipse UserFriend
Hi,
I have multiple IProjects in my workspace and need to show them in a cnf view.

In the navigator Content extension, we have used customized content provider and in my content provider, I am getting all of the IProjects in my workspace and returning them as children for the Root node.

Current Project Structure is something like this (this is how it is in the file system):

MyAPP(IProject)
|
__.settings
__ Artifacts
__configuration
__content
__gen
__lib
__src...etc..
My goal is to show children of Artifacts folder directly under MyApp folder. I think I have partially acheived it by using common filter extension. This extension will filter everything but Artifacts folder.

Now the cnf tree will look something like this

MyApp
|
__Artifacts
|
FolderA
FolderB
I would like to hide Artifacts folder from the view and show only its children in the tree.

Can anyone help me with this? I would really appreciate your help!

Thanks,
Suha
Previous Topic:CompareUI selectAndReveal equivalent
Next Topic:Missing requirement when exporting product
Goto Forum:
  


Current Time: Thu Jun 19 00:17:49 EDT 2025

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

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

Back to the top