I need to create gui with two trees with editable connections between tree
elements. Is it possible to easily create such gui with gef? I mean using
TreeEditPart, TreeView, etc. I suppose the main advantage of using gef, if
possible, would be connections between tree elements
(org.eclipse.draw2d.Connection). Am I right?
The case is that there is already a lot of work done with gef models etc.
in this project, so it would be nice to continue with the same
framework/api.
If you have any better idea to do this, pass this on :)