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
(Examples for GEF4)
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
  
 +
= Examples for GEF4 =
 +
All deployed and undeployed [[GEF/GEF4 | GEF4]] examples are documented as part of the [[GEF/GEF4#Components / Reference Documentation | GEF4 Reference Documentation]].
 +
 +
= Examples for Draw2d, GEF (MVC), and Zest =
 
=== Draw2d ===
 
=== 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.
+
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 source code repository.
  
 
=== GEF (MVC) ===
 
=== GEF (MVC) ===
Line 8: Line 12:
 
* Logic Editor Example
 
* Logic Editor Example
 
* Flow Editor Example
 
* Flow Editor Example
* Shapes Editor Example
+
* [https://eclipse.org/articles/Article-GEF-diagram-editor/shape.html Shapes Editor Example]
 
* Text Editor Example
 
* Text Editor Example
  
Besides, there are the following, not officially maintained examples (which are also not bundled with the GEF SDK, but can as well be accessed via the GEF cvs repository):
+
Besides, there are the following, not officially maintained examples (which are also not bundled with the GEF SDK, but can as well be accessed via the GEF source code 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.
 
* 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
 
  
 
=== Zest ===
 
=== Zest ===
There is a set of [http://www.eclipse.org/gef/zest/snippets.php Zest Snippets] to demonstrate the usage of the Zest component. There is also a PDE incubator component which may serve as a demonstration example for Zest, the [http://www.eclipse.org/pde/incubator/dependency-visualization/index.php Plug-in Dependency Visualization].
+
There is a set of [http://git.eclipse.org/c/gef/org.eclipse.gef.git/tree/org.eclipse.zest.tests/src/org/eclipse/zest/tests/swt Zest Snippets] to demonstrate the usage of the Zest component. There is also a PDE incubator component which may serve as a demonstration example for Zest, the [http://www.eclipse.org/pde/incubator/dependency-visualization/index.php Plug-in Dependency Visualization].
  
 
= Additional Documentation Links =
 
= Additional Documentation Links =
* [[GEF/New and Noteworthy | New and Noteworthy]]
+
* [[GEF/New and Noteworthy| New and Noteworthy]]
 +
* [[GEF/Articles, Tutorials, Slides | Articles, Tutorials and Slides]]
 
* [[GEF/Reference Documentation | Reference Documentation]]  
 
* [[GEF/Reference Documentation | Reference Documentation]]  
* [[GEF/Articles, Tutorials, Slides | Articles, Tutorials, Slides]]
+
* [[GEF/Developer FAQ | Developer FAQ (only Draw2d GEF(MVC) 3.x and Zest 1.x)]]
* [[GEF/Developer FAQ | Draw2d/GEF Developer FAQ]]
+
* [[GEF/Troubleshooting Guide | Troubleshooting Guide (only Draw2d GEF(MVC) 3.x and Zest 1.x)]]
* [[GEF/Troubleshooting Guide | Draw2d/GEF Troubleshooting Guide]]
+
  
 
[[Category:GEF]]
 
[[Category:GEF]]

Revision as of 15:14, 13 July 2015


Examples for GEF4

All deployed and undeployed GEF4 examples are documented as part of the GEF4 Reference Documentation.

Examples for Draw2d, GEF (MVC), and Zest

Draw2d

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

GEF (MVC)

There are four reference examples for GEF (MVC), which are bundled with the SDK and can as well be obtained via the GEF cvs repository:

Besides, there are the following, not officially maintained examples (which are also not bundled with the GEF SDK, but can as well be accessed via the GEF source code repository):

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

Zest

There is a set of Zest Snippets to demonstrate the usage of the Zest component. There is also a PDE incubator component which may serve as a demonstration example for Zest, the Plug-in Dependency Visualization.

Additional Documentation Links

Back to the top