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"

(add missing links to download and update site (why is this information only in the "Developer" FAQ?))
Line 6: Line 6:
 
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.
 
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]
+
== Downloads ==
 +
* [http://download.eclipse.org/tools/gef/downloads/ Downloads]
  
[[GEF Articles]]
+
== Update Sites ==
 +
* [http://download.eclipse.org/tools/gef/update-site/releases/site.xml Releases]
 +
* [http://download.eclipse.org/tools/gef/update-site/milestones/site.xml Milestones]
 +
* [http://download.eclipse.org/tools/gef/update-site/integrations/site.xml Intergration Builds]
  
[[GEF Developer FAQ]]
+
== Documentation ==
 +
* [http://www-128.ibm.com/developerworks/opensource/library/os-gef/ GEF Tutorial]
 +
* [[GEF Articles]]
 +
* [[GEF Developer FAQ]]
 +
* [[GEF Troubleshooting Guide]]
 +
* [[GEF Description]] and [[GEF Description2]]
 +
* [http://eclipse.org/gef GEF Website]
  
[[GEF Troubleshooting Guide]]
+
[[Category:Tools_Project]]
 
+
[[GEF Description]] and [[GEF Description2]]
+
 
+
[[Category:Tools Project]]
+

Revision as of 16:18, 25 October 2007

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

Update Sites

Documentation

Back to the top