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/Reference Documentation"

< GEF
m
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Reference documentation for Draw2d and GEF is provided in form of the '''GEF and Draw2d Plug-in Developer Guide''', which can be found in the [http://help.eclipse.org Eclipse Help]. It contains a Programmer's Guide
+
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).
as well as the API Reference (Javadoc) for Draw2d and GEF. Reference documentation for Zest is currently not provided. There are also several '''[[GEF/Articles, Tutorials, Slides | Articles, Tutorials and Slides]]''' that explain how Draw2d, GEF, and Zest work.
+
 
+
The following material provides additional documentation and may serve as the basis for building up (further) reference documentation.
+
* Draw2d/GEF Tutorial ([[GEF Description | Part 1]] & [[GEF Description2 | Part 2]]) by Régis Lemaigre
+
* [[GEF Zest Visualization | Zest Component Page]]
+
* [[Tree_Views_for_Zest | Zest 2.0 Layout API]]
+
* [[Graphviz DOT as a DSL for Zest]]
+
 
+
= Additional Documentation Links =
+
* [[GEF/New and Noteworthy| New and Noteworthy]]
+
* [[GEF/Articles, Tutorials, Slides | Articles, Tutorials, Slides]]
+
* [[GEF/Examples | Examples]]
+
* [[GEF/Developer FAQ | Draw2d/GEF Developer FAQ]]
+
* [[GEF/Troubleshooting Guide | Draw2d/GEF Troubleshooting Guide]]
+
  
 
[[Category:GEF]]
 
[[Category:GEF]]

Latest revision as of 10:14, 15 May 2017

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

Back to the top