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"

(General Information for Adopters, Contributors, and Committers)
(74 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
[[Image:Gefbanner.jpg]]
+
{|
 +
| style="width:200px;" | [[Image:GEF-logo.png|180px|left]]
 +
|
  
The Graphical Editing Framework (GEF) project provides technology to realize rich graphical editors and views for the Eclipse Workbench. It bundles three components:
+
The [http://www.eclipse.org/gef/ Graphical Editing Framework (GEF)] provides framework technology to create rich graphical applications, standalone as well as integrated with the Eclipse Workbench UI, as well as end-user tools in terms of a [http://www.graphviz.org Graphiz] DOT authoring component ([[GEF/GEF4/DOT/User_Guide|DOT]]) and a tag cloud renderer component ([[GEF/GEF4/Cloudio/User_Guide|Cloudio]]).
  
* '''Draw2d''' (org.eclipse.draw2d) - A layout and rendering toolkit for displaying graphics on an SWT Canvas.
+
The current [[GEF/GEF4|GEF4]] production components are: [[GEF/GEF4/Common|Common]], [[GEF/GEF4/Geometry|Geometry]], [[GEF/GEF4/FX|FX]], [[GEF/GEF4/MVC|MVC]], [[GEF/GEF4/Graph|Graph]], [[GEF/GEF4/Layout|Layout]], [[GEF/GEF4/Zest|Zest]], [[GEF/GEF4/DOT|DOT]], and [[GEF/GEF4/Cloudio|Cloudio]]). They are lightweight by intention and (with the exception of Cloudio) are based on [http://docs.oracle.com/javase/8/javase-clienttechnologies.htm JavaFX] as a modern rich-client rendering technology.
* '''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.
+
* '''[[GEF Zest Visualization | Zest]]''' (org.eclipse.zest) - A visualization toolkit based on Draw2d, which enables implementation of graphical views for the Eclipse Workbench.
+
  
While the main GEF [http://eclipse.org/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.
+
The legacy production components [https://www.eclipse.org/gef/draw2d/index.php Draw2d 3.x], [https://www.eclipse.org/gef/gef_mvc/index.php GEF (MVC) 3.x], and [https://www.eclipse.org/gef/zest/index.php Zest 1.x] are still maintained but will not be developed further. As they are still an integral part of the Eclipse ecosystem we continue to provide service releases but will not fix any issues that require to break its API.
 +
|}
  
== Downloads & Update Sites ==
+
=== General Information for [https://www.eclipse.org/projects/dev_process/#2_3_3_Adopters Adopters] and [https://www.eclipse.org/projects/dev_process/#2_3_1_Committers Contributors/Committers] ===
* [http://www.eclipse.org/gef/downloads/ Downloads]
+
* [[GEF/New and Noteworthy | GEF New and Noteworthy]]
* Update-Sites ([http://download.eclipse.org/tools/gef/updates/releases/ Releases], [http://download.eclipse.org/tools/gef/updates/milestones/ Milestones & RCs], [http://download.eclipse.org/tools/gef/updates/interim/ Intergration & Maintenance Builds]) (old update sites: <strike>[http://download.eclipse.org/tools/gef/update-site/releases/site-old.xml Releases]</strike>, <strike>[http://download.eclipse.org/tools/gef/update-site/milestones/site-old.xml Milestones]</strike>, <strike>[http://download.eclipse.org/tools/gef/update-site/integrations/site-old.xml Intergration Builds]</strike>)
+
* [https://projects.eclipse.org/projects/tools.gef GEF Project Dashboard ]
 
+
* [[GEF/Adopter Guide | GEF Adopter Guide]] & [[GEF/Contributor Guide | GEF Contributor Guide]]
== Documentation ==  
+
 
+
* New and Noteworthy: [[GEF/New and Noteworthy/3.6 | 3.6 (stable) ]], [[GEF/New and Noteworthy/3.7 |3.7 (development)]]
+
* [[GEF Contributor Guide | GEF Project Contributor Guide]]
+
* [[GEF Team Meetings| GEF Project Team Meetings]]
+
 
+
=== Draw2d/GEF ===
+
* [http://help.eclipse.org/helios/index.jsp?nav=/28 GEF and Draw2d Plug-in Developer Guide (Ecipse Help)]
+
* [[GEF Developer FAQ | Draw2d/GEF Developer FAQ]]
+
* [[GEF Troubleshooting Guide | Draw2d/GEF Troubleshooting Guide]]
+
* Draw2d/GEF Tutorial ([[GEF Description | Part 1]] & [[GEF Description2 | Part 2]]) by Régis Lemaigre
+
 
+
=== Zest ===
+
* [[Tree_Views_for_Zest | Zest 2.0 Layout API]]
+
* [[Graphviz DOT as a DSL for Zest]]
+
 
+
== External Documentation (Articles, Slides, Books) ==
+
* Lars Vogel (2009): [http://www.vogella.de/articles/EclipseZest/article.html Eclipse Zest - Tutorial], 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
+
* 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
+
* Daniel Lee (2003): [http://www.eclipse.org/articles/Article-GEF-Draw2d/GEF-Draw2d.html Display a UML Diagram using Draw2D], Eclipse Corner Article
+
* Eric Bordeau (2003): [http://eclipse.org/articles/Article-GEF-dnd/GEF-dnd.html Using Native Drag and Drop in GEF], Eclipse Corner Article
+
 
+
[[Category:Tools_Project]]
+
[[Category:GEF]]
+

Revision as of 06:42, 8 June 2016

GEF-logo.png

The Graphical Editing Framework (GEF) provides framework technology to create rich graphical applications, standalone as well as integrated with the Eclipse Workbench UI, as well as end-user tools in terms of a Graphiz DOT authoring component (DOT) and a tag cloud renderer component (Cloudio).

The current GEF4 production components are: Common, Geometry, FX, MVC, Graph, Layout, Zest, DOT, and Cloudio). They are lightweight by intention and (with the exception of Cloudio) are based on JavaFX as a modern rich-client rendering technology.

The legacy production components Draw2d 3.x, GEF (MVC) 3.x, and Zest 1.x are still maintained but will not be developed further. As they are still an integral part of the Eclipse ecosystem we continue to provide service releases but will not fix any issues that require to break its API.

General Information for Adopters and Contributors/Committers

Back to the top