Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 33: Line 33:
 
* [[Graphviz DOT as a DSL for Zest]]
 
* [[Graphviz DOT as a DSL for Zest]]
  
== External Documentation (Articles, Slides, Books) ==
+
== External Documentation (Tutorials, Articles, Slides) ==
 +
 
 +
=== Tutorials ===
 
* Lars Vogel (2009): [http://www.vogella.de/articles/EclipseZest/article.html Eclipse Zest - Tutorial]
 
* 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
 
 
* William Moore, David Dean, Anna Gerber, Gunnar Wagenknecht, Philippe Vanderheyden (2004): [http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg246302.html?Open Eclipse Development using the Graphical Editing Framework and the Eclipse Modeling Framework], IBM Redbook
 
* William Moore, David Dean, Anna Gerber, Gunnar Wagenknecht, Philippe Vanderheyden (2004): [http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg246302.html?Open Eclipse Development using the Graphical Editing Framework and the Eclipse Modeling Framework], IBM Redbook
* Phil Zoio (2004): [http://eclipse.org/articles/Article-GEF-editor/gef-schema-editor.html Building a database schema diagram editor], Eclipse Corner Article
+
 
* By Bo Majewski (2004): [http://www.eclipse.org/articles/Article-GEF-diagram-editor/shape.html A shape diagram editor], Eclipse Corner Article
+
=== Eclipse Corner Articles ===
* Daniel Lee (2003): [http://www.eclipse.org/articles/Article-GEF-Draw2d/GEF-Draw2d.html Display a UML Diagram using Draw2D], Eclipse Corner Article
+
* Chris Aniszczyk (2005): [http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html Using GEF with EMF]
* Eric Bordeau (2003): [http://eclipse.org/articles/Article-GEF-dnd/GEF-dnd.html Using Native Drag and Drop in GEF], Eclipse Corner Article
+
* Bo Majewski (2004): [http://www.eclipse.org/articles/Article-GEF-diagram-editor/shape.html A shape diagram editor]
 +
* Phil Zoio (2004): [http://eclipse.org/articles/Article-GEF-editor/gef-schema-editor.html Building a database schema diagram editor]
 +
* Daniel Lee (2003): [http://www.eclipse.org/articles/Article-GEF-Draw2d/GEF-Draw2d.html Display a UML Diagram using Draw2D]
 +
* Eric Bordeau (2003): [http://eclipse.org/articles/Article-GEF-dnd/GEF-dnd.html Using Native Drag and Drop in GEF]
 +
 
 +
=== Slides ===
 +
* Koen Aers (2008): [http://www.eclipsecon.org/2008/?page=sub/&id=102 Developing an Editor for Directed Graphs with the Eclipse Graphical Editing Framework], EclipseCon 2008 tutorial slides
 +
* Koen Aers (2007): [http://www.eclipsecon.org/2007/index.php?page=sub/&id=3597 Developing an Editor for Directed Graphs with the Eclipse Graphical Editing Framework], EclipseCon 2007 tutorial slides
 +
* Randy Hudson (2006): [http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=52 Graphical Editing Framework - Tutorial], EclipseCon 2006 tutorial slides
 +
* Koen Aers (2006) [http://www.eclipsecon.org/2006/Sub.do?id=71 A Gentle Introduction to GEF], EclipseCon 2006 session slides
 +
* Randy Hudson, Pratik Shah (2005): [http://www.eclipsecon.org/2005/presentations/EclipseCon2005_23_GEF_Tutorial_Final.ppt GEF in depth], EclipseCon 2005 tutorial slides
 +
* Randy Hudson, Pratik Shah (2005): [http://www.eclipsecon.org/2005/presentations/EclipseCon2005_6.1.pdf The Graphical Editing Framework], EclipseCon 2005 session slides
 +
* Randy Hudson (2004) [http://www.eclipsecon.org/2004/EclipseCon_2004_TechnicalTrackPresentations/47_Hudson.pdf Building Applications with Eclipse's Graphical Editing Framework], EclipseCon 2004 session slides
  
 
[[Category:Tools_Project]]
 
[[Category:Tools_Project]]
 
[[Category:GEF]]
 
[[Category:GEF]]

Revision as of 18:06, 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.

General Information

Documentation

Draw2d/GEF

Zest

External Documentation (Tutorials, Articles, Slides)

Tutorials

Eclipse Corner Articles

Slides

Back to the top