I'm developing an Eclipse plugin for which I'm playing with GEF and Zest for generating a graph in view.
I've extended the org.eclipse.gef.zest.fx.ui.parts.ZestFxUiView
which is already available in the GEF plugin. Graph is successfully generated with proper edges but they are not directed.
What am I missing?