Skip to content

Menu

The Graphical Editor Framework (GEF)

May 10, 2005

Over Christmas 2004, I built an EMF plugin for family trees. Around Easter 2005, I finally found the time to develop a GEF-based editor for it.

Note: This article was written in 2005. For that reason, the screenshots show an older version of Eclipse.

The following screenshot shows the EMF editor for the family data.

And here is the GEF editor.

I originally planned to publish the code as an Eclipse plugin, but I never found the time to fully polish and complete it.

Software Engineering #eclipse #jvm #java

Read next

Aug 01, 2009 software-engineering

Groovy, EMF and UML2

I wrote the Groovy EMF builder and the Groovy UML2 builder. These tools use the builder concept of the programming language Groovy to ease the processing of Eclipse Modelling Framework...

#groovy #eclipse #model-driven #jvm #java
Read more
Writing Eclipse plugins with Groovy
Jan 17, 2008 software-engineering

Writing Eclipse plugins with Groovy

Writing plugins for Eclipse with other languages than Java is not officially supported, but there is a way to write an Eclipse plugin with Groovy only.

#groovy #eclipse #jvm #java
Read more