[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Good practice using resource plug-in

Did you have a look at the Common Navigator Framework?
http://wiki.eclipse.org/index.php/Common_Navigator_Framework

--

 - Prakash

www.eclipse-tips.com



marsha wrote:
Hi,

I'm quite new to RCP and I have a "good practice" question.
In my RCP I'd like to have a View similar to the "Project Explorer" this is it shows the projects in the "workspace" folder and all what is contained in that folder.


Up to now I'm doing it with the org.eclipse.core.resources plugin. I get the projects like this ResourcesPlugin.getWorkspace().getRoot().getProjects() and arrange them with a ContentProvider.

Is this good practice or is there a better way?

Thank you for your help

Marsha