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"

Line 12: Line 12:
 
== Downloads & Update Sites ==
 
== Downloads & Update Sites ==
 
* [http://www.eclipse.org/gef/downloads/ Downloads]
 
* [http://www.eclipse.org/gef/downloads/ Downloads]
* 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>)
+
* 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>)
  
 
== Documentation ==  
 
== Documentation ==  

Revision as of 16:44, 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.

Downloads & Update Sites

Documentation

Draw2d/GEF

Zest

External Documentation (Articles, Slides, Books)

Back to the top