Hi I am new to Eclipse rcp. I am developing a small application. In this application I want to show property view corressponding to the selected file. I referred to this article : http://www.eclipse.org/articles/article.php?file=Article-Adapters/index.html However, I am unable to find how to create property view and show it in my application perspective. Like shown here: http://www.eclipsepluginsite.com/properties-2.html
So, instead of eclipse application , it should be my application , my navigator view and my property view.