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

Difference between revisions of "Graphical Editing Framework"

Line 27: Line 27:
  
 
=== Zest ===
 
=== Zest ===
* [[GEF Zest Visualization | Zest component page]]
+
* [[GEF Zest Visualization | Zest Component Page]]
 
* [[Tree_Views_for_Zest | Zest 2.0 Layout API]]
 
* [[Tree_Views_for_Zest | Zest 2.0 Layout API]]
 
* [[Graphviz DOT as a DSL for Zest]]
 
* [[Graphviz DOT as a DSL for Zest]]
  
 
== External Documentation (Articles, Slides, Books) ==
 
== External Documentation (Articles, Slides, Books) ==
* Lars Vogel (2009): [http://www.vogella.de/articles/EclipseZest/article.html Eclipse Zest - Tutorial], article
+
* Lars Vogel (2009): [http://www.vogella.de/articles/EclipseZest/article.html Eclipse Zest - Tutorial]
 
* Chris Aniszczyk, Randy Hudson (2007): [http://www.ibm.com/developerworks/library/os-eclipse-gef11 Create an Eclipse-based application using the Graphical Editing Framework - How to get started with the GEF and other options for the graphically inclined Eclipse developer], IBM developerWorks article
 
* Chris Aniszczyk, Randy Hudson (2007): [http://www.ibm.com/developerworks/library/os-eclipse-gef11 Create an Eclipse-based application using the Graphical Editing Framework - How to get started with the GEF and other options for the graphically inclined Eclipse developer], IBM developerWorks article
 
* Randy Hudson (2006): [http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=52 Graphical Editing Framework - Tutorial], EclipseCon presentation slides
 
* Randy Hudson (2006): [http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=52 Graphical Editing Framework - Tutorial], EclipseCon presentation slides

Revision as of 17:16, 9 November 2010

Gefbanner.jpg

The Graphical Editing Framework (GEF) project provides technology to realize rich graphical editors and views for the Eclipse Workbench. It bundles three components:

  • Draw2d (org.eclipse.draw2d) - A layout and rendering toolkit for displaying graphics on an SWT Canvas.
  • GEF (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.

While the main GEF website contains the bulk of information regarding the GEF project, the type of information more appropriately hosted on a wiki is (or will be) found here, such as: FAQs, tutorials, requirements, discussions, etc.

Downloads & Update Sites

Documentation

Draw2d/GEF

Zest

External Documentation (Articles, Slides, Books)

Back to the top