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.