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

< GEF
Line 1: Line 1:
 +
__NOTOC__
 
== Reference Examples ==
 
== 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:
+
 
 +
=== Draw2d ===
 +
There is a bunch of [http://nyssen.blogspot.com/2010/12/draw2d-examples-hidden-treasure.html Draw2d Examples], currently '''NOT''' bundled with the GEF SDK, which can be obtained from the GEF cvs repository.
 +
 
 +
=== GEF (MVC) ===
 +
There are four 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
 
* Shapes Editor Example
 
* Shapes Editor Example
 
* Text Editor Example
 
* Text Editor Example
 +
 +
=== Zest ===
 +
There is a set of [http://www.eclipse.org/gef/zest/snippets.php Zest Snippets] to demonstrate the usage of the Zest component.
  
 
== Futher Examples ==
 
== 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:
 
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

Revision as of 17:56, 27 December 2010

Reference Examples

Draw2d

There is a bunch of Draw2d Examples, currently NOT bundled with the GEF SDK, which can be obtained from the GEF cvs repository.

GEF (MVC)

There are four 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

Zest

There is a set of Zest Snippets to demonstrate the usage of the Zest component.

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:

  • Directed Graph Example (Part 1 and Part 2) by Anthony Hunter.
  • EDiagram Editor

Additional Documentation Links

Back to the top