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"

 
(115 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[Image:Gefbanner.jpg]]
+
__NOTOC__
 +
{|
 +
| style="width:200px;" | [[Image:GEF-logo.png|180px|left]]
 +
|
  
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 [http://www.eclipse.org/gef/ Graphical Editing Framework (GEF)] provides Eclipse-integrated end-user tools in terms of a [http://www.graphviz.org Graphiz] authoring (DOT editor, DOT Graph view) and a word cloud rendering environment (Tag Cloud view), as well as framework components (Common, Geometry, FX, MVC, Graph, Layout, Zest, DOT, and Cloudio) to create rich graphical Java client applications, Eclipse-integrated or standalone.
  
While the main GEF [http://eclipse.org/gef website]
+
The GEF-Legacy components [https://www.eclipse.org/gef/draw2d/index.php Draw2d 3.x], [https://www.eclipse.org/gef/gef_mvc/index.php GEF (MVC) 3.x], and [https://www.eclipse.org/gef/zest/index.php Zest 1.x] are still maintained but will not be developed further. As they are still an integral part of the Eclipse ecosystem we continue to provide service or minor releases if contributions are provided by the community but will not fix any issues that require to break its API.
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.
+
|}
  
[http://www-128.ibm.com/developerworks/opensource/library/os-gef/ GEF Tutorial]
+
=== General Information for [https://www.eclipse.org/projects/dev_process/#2_3_3_Adopters Adopters] and [https://www.eclipse.org/projects/dev_process/#2_3_1_Committers Contributors/Committers] ===
 
+
* [https://projects.eclipse.org/projects/tools.gef GEF@projects.eclipse.org ]
[[GEF Articles]]
+
* [https://github.com/eclipse/gef#eclipse-graphical-editing-framework-gef GEF@github.com]
 
+
[[GEF Developer FAQ]]
+
 
+
[[GEF Troubleshooting Guide]]
+
 
+
[[GEF Description]] and [[GEF Description2]]
+

Latest revision as of 09:54, 15 May 2017

GEF-logo.png

The Graphical Editing Framework (GEF) provides Eclipse-integrated end-user tools in terms of a Graphiz authoring (DOT editor, DOT Graph view) and a word cloud rendering environment (Tag Cloud view), as well as framework components (Common, Geometry, FX, MVC, Graph, Layout, Zest, DOT, and Cloudio) to create rich graphical Java client applications, Eclipse-integrated or standalone.

The GEF-Legacy components Draw2d 3.x, GEF (MVC) 3.x, and Zest 1.x are still maintained but will not be developed further. As they are still an integral part of the Eclipse ecosystem we continue to provide service or minor releases if contributions are provided by the community but will not fix any issues that require to break its API.

General Information for Adopters and Contributors/Committers

Back to the top