Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

GEF/GEF3

< GEF
Revision as of 21:46, 19 March 2014 by Alexander.nyssen.itemis.de (Talk | contribs) (Created page with "The current production components of the GEF project are Draw2d 3.x, GEF (MVC) 3.x, and Zest 1.x., which have the following scopes: * '''Draw2d''' (org.eclipse.draw2d) - A la...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The current production components of the GEF project are Draw2d 3.x, GEF (MVC) 3.x, and Zest 1.x., which have the following scopes:

  • Draw2d (org.eclipse.draw2d) - A layout and rendering toolkit for displaying graphics on an SWT Canvas.
  • GEF (MVC) (org.eclipse.gef) - An interactive MVC framework built on top of Draw2d, which fosters the implementation of rich graphical editors for the Eclipse Workbench.
  • Zest (org.eclipse.zest) - A visualization toolkit based on Draw2d, which enables implementation of graphical views for the Eclipse Workbench.


GEF is a mature project with stable API. To develop innovations without interfering with the Draw2d/GEF (MVC) 3.x and Zest 1.x development stream, we have started to work on a GEF4 provisional component.



Back to the top