eclipse-rcpeclipse-gef

Eclipse 4 based GEF editor


Currently, I am creating Eclipse 4 based RCP application which has parts (view and editor). I want to add a GEF-based graphical editor. But didn't find any tutorial for Eclipse 4 and GEF.

Currently, I saw GEF4 too but its rendering engine is Javafx. Don't I should use GEF4 as I have to provide drag and drop feature between graphical editor and different parts.

Any tutorial link or suggestion is appreciated.

Thanks Shashwat


Solution

  • I found this link which has details about GEF4 https://github.com/eclipse/gef/wiki/MVC. But still wondering if its supports drag and drop of object to different parts and GEF4 editor.