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"

(32 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
The Graphical Editing Framework (GEF) project provides technology to realize rich graphical editors and views for the Eclipse Workbench. It bundles three components:
 
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.
+
* '''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.
+
* '''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.
* '''[[GEF Zest Visualization | Zest]]''' (org.eclipse.zest) - A visualization toolkit based on Draw2d, which enables implementation of graphical views 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 [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 is a mature project with stable API. To develop innovations without interfering with the Draw2d/GEF (MVC) 3.x and Zest 1.x development stream, we have started to work on a [[GEF/GEF4 |'''GEF4''']] provisional component.
 +
----
 +
----
  
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.
 
  
 
=== Information for Consumers (Developers) ===
 
=== Information for Consumers (Developers) ===
 +
* New and Noteworthy [[GEF/New and Noteworthy/3.8 | 3.8 (stable) ]], [[GEF/New and Noteworthy/3.9 | 3.9 (development)]]
 +
* [[GEF/Articles, Tutorials, Slides | Articles, Tutorials, Slides]]
  
* New and Noteworthy: [[GEF/New and Noteworthy/3.6 | 3.6 (stable) ]], [[GEF/New and Noteworthy/3.7 |3.7 (development)]]
+
* [[GEF/Reference Documentation | Reference Documentation]] (Draw2d/GEF (MVC) 3.x and Zest 1.x)  
* [[GEF/Documentation | Documentation]]  
+
* [[GEF/Examples | Examples]] (Draw2d/GEF (MVC) 3.x and Zest 1.x)
* [[GEF/Articles, Tutorials, Slides | External Articles, Tutorials, Slides]]
+
* [[GEF/Developer FAQ | Developer FAQ]] (Draw2d/GEF (MVC) 3.x and Zest 1.x)
* [[GEF Developer FAQ | Draw2d/GEF Developer FAQ]]
+
* [[GEF/Troubleshooting Guide | Troubleshooting Guide]] (Draw2d/GEF (MVC) 3.x and Zest 1.x)
* [[GEF Troubleshooting Guide | Draw2d/GEF Troubleshooting Guide]]
+
  
 
=== Information for Contributors & Committers ===  
 
=== Information for Contributors & Committers ===  
  
* [[GEF Contributor Guide | GEF Project Contributor Guide]]
+
* [[GEF/Contributor Guide | GEF Project Contributor Guide]]
 
* [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]]
  
 
[[Category:Tools_Project]]
 
[[Category:Tools_Project]]
 
[[Category:GEF]]
 
[[Category:GEF]]

Revision as of 18:52, 12 November 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.




GEF is a mature project with stable API. To develop innovations without interfering with the Draw2d/GEF (MVC) 3.x and Zest 1.x development stream, we have started to work on a GEF4 provisional component.




Information for Consumers (Developers)

Information for Contributors & Committers

Copyright © Eclipse Foundation, Inc. All Rights Reserved.