I am an eclipse RCP developer. Still kind of a rookie. I have a requirement which says that I have to have a viewer which shows the comparison between 2 objects in the viewer with different categories (columns) and the user should be able to take action based on the variance. That means I should be able to select individual cells as well as multiple cells of the same category and invoke a contextual menu on them. I am emphasizing on the fact that I have to have a tree like structure because I will have parent as well as child items to multiple levels. Please suggest how can it be achieved.
Asked
Active
Viewed 198 times
0
-
TreeViewer only supports selecting complete rows – greg-449 Apr 02 '16 at 07:37
-
@greg-449: Can you suggest any other data structure that can cater to my requirement? – Senior Java Engineer Apr 02 '16 at 07:39
-
You can try NatTable: https://eclipse.org/nattable/features.php – Arye Shemesh Apr 27 '16 at 19:34
-
@Arye: We cannot use any third party targets. – Senior Java Engineer Apr 27 '16 at 19:36
-
It's part of Eclipse, you can use it as a regular plugin. – Arye Shemesh Apr 27 '16 at 19:37