I want to make an Eclipse Graphical Editor with GEF5.
I am trying to migrate GEF3 Editor of TMD-Maker to GEF5.
- Java11
- Eclipse 2019-06
- e(fx)clipse
- Install from marketplace or udatesite.
- OpenJFX11
- Download OpenJFX11 from here.
- Create a new User Library under Eclipse -> Window -> Preferences -> Java -> Build Path -> User Libraries -> New. And Named it JavaFX11 and include the jars under the lib folder from JavaFX 11.
- Import examples and click "Set as Active Target Platform" of tmdmaker.ui.editor.targetplatform/tmdmaker.ui.editor.target.
Minimal GEF5 Eclipse Graphical Editor.
Manage multiple models.
Move the model using the mouse.
Undo/Redo.
Add/Remove.
Create connection.
-
Zoom/Scroll/FitToViewportLock
-
Resize
-
Context menu
-
ContentOutlinePage
-
PropertySheet
-
Reconnect
Thanks to