Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am building an RCP application and I am using the Common Navigator.

When the user executes my custom project some files are created that I want to show in the navigator as children of the file that was executed in the navigator.

I do this by using a Content Provider. The problem is that right now these files are created in the project and then are duplicated as children of the file in the navigator because these children need to be IFiles to show them, as navigator supports also files that are in the workspace.

What should be the right approach to have these files appear only once as children and not again in workspace?Can I in some way create them outside of the projects and then load them as children?

For example in the example below I dont want to have the ChildrenFolder in the Project but I need in some way to load the ChildrenFiles as resources.

enter image description here

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.