| [news.eclipse.modeling.gmf] Re: A simple question |
Hello Jose,
reorientTarget method only change EList children, and do it well. InAFAIU in addition you have to move old link target into the main diagram node. Otherwise old link target node will âfly in an airâ without any container and probably produce an error on diagram saving (+ should be removed from diagram since it is not included into the main diagram node containment hierarchy)..
Other problem comes when I delete the link, where the old target movesHere the special code moving target node to the resource root should be generated. You have to replace this code with one moving target node to the main diagram node again.
----------------- Alex Shatalin