Hi im building an RCP application based application in which i have a Treeviewer which will display my custom projects.For example i should be able to travese my file system and display only as eclipse does
c:\Eclipse\RCP\Workspace\(root directory)
Project\(folder)
class\(subfolder)
.app
Till now i am possible to create
c:(all subfiles and subfolders)
d:((all subfiles and subfolders)
e:(all subfiles and subfolders)
f:((all subfiles and subfolders)
Please let me know of some Sites/Books to help start me kick off programming in RCP
Some ideas to look for:
For documentation you can look at the tutorials at vogella.com or the sometimes not too up-to-date Eclipse Resources.