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"

(Documentation)
(73 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Gefbanner.jpg]]
+
__NOTOC__
 +
{| class="wikitable" style="margin: 1em auto 1em auto;"
 +
|- align="center"
 +
| [[Image:Gefbanner.jpg]]
 +
|}
  
The Graphical Editing Framework (GEF) allows developers to create a rich graphical editor from an existing application model. GEF consists of 2 plug-ins. The org.eclipse.draw2d plug-in provides a layout and rendering toolkit for displaying graphics. The developer can then take advantage of the many common operations provided in GEF and/or extend them for the specific domain. GEF employs an MVC (model-view-controller) architecture which enables simple changes to be applied to the model from the view.
+
The Graphical Editing Framework (GEF) project provides technology to realize rich graphical editors and views. It is currently developed in two streams, namely:
  
While the main GEF [http://eclipse.org/gef website]
+
{| class="wikitable" style="margin: 1em auto 1em auto;"
contains the bulk of information regarding the project, the type of information more appropriately hosted on a wiki is (or will be) found here, such as: FAQs, tutorials, requirements, discussions, etc.
+
|- align="center"
 +
| [[Image:GEF_Logic_Example.png|300px|link=GEF/GEF3|Draw2d / GEF (MVC) 3.x & Zest 1.x]] || [[Image:GEF4_MVC_FX_UI_Example.png|300px|link=GEF/GEF4| GEF4]]
 +
|- align="center"
 +
| [[GEF/GEF3 | Draw2d/GEF (MVC) 3.x & Zest 1.x]] || [[GEF/GEF4 | GEF4]]
 +
|}
  
== Downloads ==
+
While the original project components Draw2d 3.x, GEF (MVC) 3.x, and Zest 1.x are still maintained, they will not be developed further. Our main development effort is currently spent on building up the next generation components in terms of [[GEF/GEF4 | GEF4]].
* [http://www.eclipse.org/gef/downloads/ Downloads]
+
* Learn GEF through Template for more Look GEF Developer FAQ-->Sample GEF As a Template for Eclipse 3.4.Xv
+
  
== Update Sites ==
+
=== General Information for GEF Consumers and Contributors/Committers ===
 
+
* New and Noteworthy [[GEF/New and Noteworthy/3.9 | 3.9 (Stable)]]/[[GEF/New and Noteworthy/3.10 | 3.10 (Development)]]  
The GEF update sites have moved.
+
* [https://projects.eclipse.org/projects/tools.gef GEF Project Dashboard ]
 
+
* [[GEF/Contributor Guide | GEF Project Contributor Guide]]
* [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]
+
 
+
The old sites are still available here:
+
 
+
* <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>
+
 
+
== Documentation ==
+
* [[GEF New and Noteworthy | New and Noteworthy]]
+
* [http://www-128.ibm.com/developerworks/opensource/library/os-gef/ GEF Tutorial]
+
* [[GEF Articles]]
+
* [[GEF Developer FAQ]]
+
* [[GEF Troubleshooting Guide]]
+
* [[GEF Description]] and [[GEF Description2]]
+
* [http://eclipse.org/gef GEF Website]
+
* [http://www.vogella.de/articles/EclipseZest/article.html Zest Tutorial by Lars Vogel]
+
* [[GEF Contributor Guide]]
+
* [[GEF Team Meetings]]
+
 
+
[[Category:Tools_Project]]
+
[[Category:GEF]]
+

Revision as of 11:37, 20 August 2014

Gefbanner.jpg

The Graphical Editing Framework (GEF) project provides technology to realize rich graphical editors and views. It is currently developed in two streams, namely:

Draw2d / GEF (MVC) 3.x & Zest 1.x GEF4
Draw2d/GEF (MVC) 3.x & Zest 1.x GEF4

While the original project components Draw2d 3.x, GEF (MVC) 3.x, and Zest 1.x are still maintained, they will not be developed further. Our main development effort is currently spent on building up the next generation components in terms of GEF4.

General Information for GEF Consumers and Contributors/Committers

Back to the top