In my project, editor is just showing a part of model not complete model and there will be multiple editors. I have created outline tree which is working fine. Now i want to create another tree and its scope will be whole model. Active editor will be showing some part of it.
So there should be one main tree showing whole model and one tree showing the content of currently activated editor. Main tree should be always be there even if there is no editor opened.
If i use JFace Tree then all comamnds and policies are not available so i want to use GEF tree for both trees.