tesis-dynaware / graph-editor

Eclipse Public License 1.0
132 stars 42 forks source link

How can I get the selcted connector? #34

Open theonegis opened 7 years ago

theonegis commented 7 years ago

I noticed that in the SelectionManager interface there are getSelectedNodes(), getSelectedConnections() and getSelectedJoints(). Why there are no getSelectedConnectors()? How can I get the selected connectors in my code? Can anyone help me?

theonegis commented 7 years ago

I learnt from the demo example that I can clear all the connectors of a selected node, but still I want to know how to clear a specific selected connector?

theonegis commented 7 years ago

I think this the essence of this question is that how to select a connector. I find there is no methods provided to select a connector. Who can help out?