|
Need help in Building Tree in eclipse RCP -
11-15-2009, 01:27 PM
Hi,
I am trying to use eclipse RCP to build a "tree" which takes in the content (Parent, Child) from user using a SWT controls like Text field, combo etc. The controls will enable the user to enter the names of parents, child and sub-child etc.
What is the best way to do this? I have tried researching about taking dynamic input to build the tree and also tried the famous treeviewer plugin "MovingBox". I have not had much success.
I just have the code of the view and using the treeviewer content and label providers. But I am lost as to how to start editing the sample code.
I am new to eclipse RCP platform. Kindly assist me in building this tree.
|