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 25: Line 25:
  
 
== Documentation ==
 
== Documentation ==
 +
 +
=== GEF Project ===
 
* [[GEF/New and Noteworthy | New and Noteworthy]]
 
* [[GEF/New and Noteworthy | New and Noteworthy]]
 +
* [http://eclipse.org/gef GEF Website]
 +
* [[GEF Contributor Guide]]
 +
* [[GEF Team Meetings]]
 +
 +
=== Draw2d/GEF ===
 
* [http://www-128.ibm.com/developerworks/opensource/library/os-gef/ GEF Tutorial]
 
* [http://www-128.ibm.com/developerworks/opensource/library/os-gef/ GEF Tutorial]
 
* [[GEF Articles]]
 
* [[GEF Articles]]
Line 31: Line 38:
 
* [[GEF Troubleshooting Guide]]
 
* [[GEF Troubleshooting Guide]]
 
* [[GEF Description]] and [[GEF Description2]]
 
* [[GEF Description]] and [[GEF Description2]]
* [http://eclipse.org/gef GEF Website]
+
 
 +
=== Zest ===
 +
* [[GEF Zest Visualization]]
 +
* [[Graphviz DOT as a DSL for Zest]]
 
* [http://www.vogella.de/articles/EclipseZest/article.html Zest Tutorial by Lars Vogel]
 
* [http://www.vogella.de/articles/EclipseZest/article.html Zest Tutorial by Lars Vogel]
* [[GEF Contributor Guide]]
 
* [[GEF Team Meetings]]
 
  
 
[[Category:Tools_Project]]
 
[[Category:Tools_Project]]
 
[[Category:GEF]]
 
[[Category:GEF]]

Revision as of 08:18, 4 November 2010

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.

While the main GEF website 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.

Downloads

  • Downloads
  • Learn GEF through Template for more Look GEF Developer FAQ-->Sample GEF As a Template for Eclipse 3.4.Xv

Update Sites

The GEF update sites have moved.

The old sites are still available here:

Documentation

GEF Project

Draw2d/GEF

Zest

Back to the top