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
Line 14: Line 14:
 
* 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
 +
 +
[[Category:GEF]]

Revision as of 08:13, 23 December 2010

Useful resources:

Reference Examples

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

The following examples are not officially maintained by the GEF project, but they can be accessed via the GEF cvs repository:

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

Back to the top