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
(Reference Documentation for GEF4)
(21 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 Ecipse Help. It contains a Programmer's Guide
+
= Reference Documentation for GEF4 =
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 reference documentation for the [[GEF/GEF4 | GEF4]] components is maintained directly within the [[GEF/GEF4#Components / Reference Documentation | GEF4 wiki]], and is furthermore deployed to the [http://help.eclipse.org Eclipse Help].
  
The following material provides additional documentation and may serve as the basis for building up (further) reference documentation.
+
= Reference Documentation for Draw2d, GEF (MVC), and Zest=
* Draw2d/GEF Tutorial ([[GEF Description | Part 1]] & [[GEF Description2 | Part 2]]) by Régis Lemaigre
+
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]]).
* [[GEF Zest Visualization | Zest Component Page]]
+
 
* [[Tree_Views_for_Zest | Zest 2.0 Layout API]]
+
= Additional Documentation Links =
* [[Graphviz DOT as a DSL for Zest]]
+
* [[GEF/New and Noteworthy| New and Noteworthy]]
 +
* [[GEF/Articles, Tutorials, Slides | Articles, Tutorials and Slides]]
 +
* [[GEF/Examples | Examples]]
 +
* [[GEF/Developer FAQ | Developer FAQ (only Draw2d &  GEF(MVC) 3.x and Zest 1.x)]]
 +
* [[GEF/Troubleshooting Guide | Troubleshooting Guide (only Draw2d &  GEF(MVC) 3.x and Zest 1.x)]]
  
 
[[Category:GEF]]
 
[[Category:GEF]]

Revision as of 15:13, 13 July 2015

Reference Documentation for GEF4

The reference documentation for the GEF4 components is maintained directly within the GEF4 wiki, and is furthermore deployed to the Eclipse Help.

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).

Additional Documentation Links

Back to the top