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
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Documentation ==
+
= Reference Documentation for Draw2d, GEF (MVC), and Zest=
 +
Reference documentation for Draw2d and GEF (MVC) 3.x as well as Zest 1.x is provided in form of the '''GEF Developer Guide''', which can be found in the [http://help.eclipse.org Eclipse Help] (Zest 1.x documentation is included since Kepler, see [https://bugs.eclipse.org/bugs/show_bug.cgi?id=394137 Bug 394137 for details]). It contains the respective Programmer's Guides as well as the API References (Javadoc) for the three components. There is also some "unofficial" Draw2d/GEF (MVC) documentation provided by Régis Lemaigre ([[GEF Description | Part 1]] & [[GEF Description2 | Part 2]]).
  
The documentation available/linked here is (or will become) the reference documentation for Draw2d/GEF. Several external [[GEF/Articles, Tutorials, Slides | articles, tutorials and slides]] also explain how Draw2d, GEF, and Zest work.  
+
= Reference Documentation for GEF4 =
 +
Reference documentation for the [[GEF/GEF4 | GEF4]] components is directly maintained in the wiki and can be found under the respective [[GEF/GEF4 | GEF4]] components pages.
  
=== Draw2d/GEF ===
+
= Additional Documentation Links =
* [http://help.eclipse.org GEF and Draw2d Plug-in Developer Guide (Ecipse Help)]
+
* [[GEF/New and Noteworthy| New and Noteworthy]]
* Draw2d/GEF Tutorial ([[GEF Description | Part 1]] & [[GEF Description2 | Part 2]])
+
* [[GEF/Articles, Tutorials, Slides | Articles, Tutorials and Slides]]
 
+
* [[GEF/Examples | Examples (only Draw2d &  GEF(MVC) 3.x and Zest 1.x)]]
=== Zest ===
+
* [[GEF/Developer FAQ | Developer FAQ (only Draw2d &  GEF(MVC) 3.x and Zest 1.x)]]
* [[GEF Zest Visualization | Zest Component Page]]
+
* [[GEF/Troubleshooting Guide | Troubleshooting Guide (only Draw2d &  GEF(MVC) 3.x and Zest 1.x)]]
* [[Tree_Views_for_Zest | Zest 2.0 Layout API]]
+
* [[Graphviz DOT as a DSL for Zest]]
+
  
 
[[Category:GEF]]
 
[[Category:GEF]]

Revision as of 13:35, 2 December 2014

Reference Documentation for Draw2d, GEF (MVC), and Zest

Reference documentation for Draw2d and GEF (MVC) 3.x as well as Zest 1.x is provided in form of the GEF Developer Guide, which can be found in the Eclipse Help (Zest 1.x documentation is included since Kepler, see Bug 394137 for details). It contains the respective Programmer's Guides as well as the API References (Javadoc) for the three components. There is also some "unofficial" Draw2d/GEF (MVC) documentation provided by Régis Lemaigre ( Part 1 & Part 2).

Reference Documentation for GEF4

Reference documentation for the GEF4 components is directly maintained in the wiki and can be found under the respective GEF4 components pages.

Additional Documentation Links

Back to the top