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 9: Line 9:
  
 
While the [http://www.eclipse.org/gef 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.
 
While the [http://www.eclipse.org/gef 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.
 +
 +
----
 +
[[GEF/GEF4 |'''GEF4:''']] GEF is a mature project with stable API, which is bound to Eclipse API retention policy. To develop innovations without interfering with the GEF 3.x development stream, we have started to work on a GEF4 provisional component (see Bug #347636). More information can be found under [[GEF/GEF4 | GEF4]].
 +
----
  
 
=== Information for Consumers (Developers) ===
 
=== Information for Consumers (Developers) ===
Line 24: Line 28:
 
* [https://dev.eclipse.org/mailman/listinfo/gef-dev GEF Project Contributor Mailing List]
 
* [https://dev.eclipse.org/mailman/listinfo/gef-dev GEF Project Contributor Mailing List]
 
* [[GEF/Team Meetings| GEF Project Team Meetings]]
 
* [[GEF/Team Meetings| GEF Project Team Meetings]]
 
=== Information about GEF4 ===
 
GEF is a mature project with stable API, which is bound to Eclipse API retention policy. To develop innovations without interfering with the GEF 3.x development stream, we have started to work on a GEF4 provisional component (see Bug #347636). More information can be found under [[GEF/GEF4 | GEF4]].
 
  
 
[[Category:Tools_Project]]
 
[[Category:Tools_Project]]
 
[[Category:GEF]]
 
[[Category:GEF]]

Revision as of 11:12, 1 March 2012

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 (MVC) (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.


GEF4: GEF is a mature project with stable API, which is bound to Eclipse API retention policy. To develop innovations without interfering with the GEF 3.x development stream, we have started to work on a GEF4 provisional component (see Bug #347636). More information can be found under GEF4.


Information for Consumers (Developers)

Information for Contributors & Committers

Back to the top