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
 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Useful resources:
+
__NOTOC__
* [http://pbwhiteboard.blogspot.com/2010/12/notes-for-starting-out-with-eclipse-gef.html Notes for Starting Out with Eclipse GEF]
+
* [http://nyssen.blogspot.com/2010/12/draw2d-examples-hidden-treasure.html Draw2d examples, a hidden treasure]
+
  
== Reference Examples ==
+
Please refer to [https://github.com/eclipse/gef/wiki GEF@github.com] (5.x) or [https://github.com/eclipse/gef-legacy/wiki GEF-Legacy@github.com] (3.x).
The GEF project provides 4 reference examples (bundled with the SDK and obtainable via the GEF cvs repository), which are:
+
* Logic Editor Example
+
* Flow Editor Example
+
* Shapes Editor Example
+
* Text Editor Example
+
  
== Futher Examples ==
+
[[Category:GEF]]
The following examples are not officially maintained by the GEF project, but they can be accessed via the GEF cvs repository:
+
* 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
+

Latest revision as of 10:13, 15 May 2017


Please refer to GEF@github.com (5.x) or GEF-Legacy@github.com (3.x).

Back to the top