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 "GEF/Examples"

< GEF
(Reference Examples)
Line 1: Line 1:
Useful resources:
 
* [http://nyssen.blogspot.com/2010/12/draw2d-examples-hidden-treasure.html Draw2d examples, a hidden treasure]
 
* [http://pbwhiteboard.blogspot.com/2010/12/notes-for-starting-out-with-eclipse-gef.html Notes for Starting Out with Eclipse GEF]
 
 
 
== Reference Examples ==
 
== Reference Examples ==
The [[GEF]] project provides 4 reference examples (bundled with the SDK and obtainable via the GEF cvs repository), which are:
+
The [[GEF]] project currently provides 4 reference examples for GEF (MVC), which are bundled with the SDK and can be obtained via the GEF cvs repository:
 
* Logic Editor Example
 
* Logic Editor Example
 
* Flow Editor Example
 
* Flow Editor Example
Line 11: Line 7:
  
 
== Futher Examples ==
 
== Futher Examples ==
The following examples are not officially maintained by the GEF project, but they can be accessed via the GEF cvs repository:
+
The following examples are not officially maintained by the GEF project (they are also not bundled with the GEF SDK) but can be accessed via the GEF cvs repository:
 +
* [http://nyssen.blogspot.com/2010/12/draw2d-examples-hidden-treasure.html Draw2d Examples].
 
* Directed Graph Example ([http://www.eclipse.org/gef/reference/digraph1.php Part 1] and [http://www.eclipse.org/gef/reference/digraph2.php Part 2]) by Anthony Hunter.
 
* Directed Graph Example ([http://www.eclipse.org/gef/reference/digraph1.php Part 1] and [http://www.eclipse.org/gef/reference/digraph2.php Part 2]) by Anthony Hunter.
 
* EDiagram Editor
 
* EDiagram Editor
 +
 +
=== Additional Documentation Links ===
 +
* [[GEF/Reference Documentation | Reference Documentation]]
 +
* [[GEF/Articles, Tutorials, Slides | Articles, Tutorials, Slides]]
 +
* [[GEF/Developer FAQ | Draw2d/GEF Developer FAQ]]
 +
* [[GEF/Troubleshooting Guide | Draw2d/GEF Troubleshooting Guide]]
  
 
[[Category:GEF]]
 
[[Category:GEF]]

Revision as of 04:39, 26 December 2010

Reference Examples

The GEF project currently provides 4 reference examples for GEF (MVC), which are bundled with the SDK and can be obtained via the GEF cvs repository:

  • Logic Editor Example
  • Flow Editor Example
  • Shapes Editor Example
  • Text Editor Example

Futher Examples

The following examples are not officially maintained by the GEF project (they are also not bundled with the GEF SDK) but can be accessed via the GEF cvs repository:

Additional Documentation Links

Back to the top