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
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Documentation ==
+
Reference documentation for Draw2d and GEF (MVC) 3.x and 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]]).
  
=== Draw2d/GEF ===
+
Documentation about [[GEF/GEF4 | GEF4]] can be found under the respective [[GEF/GEF4 | GEF4]] components pages in this wiki.
* [http://help.eclipse.org/helios/index.jsp?nav=/28 GEF and Draw2d Plug-in Developer Guide (Ecipse Help)]
+
* Draw2d/GEF Tutorial ([[GEF Description | Part 1]] & [[GEF Description2 | Part 2]]) by Régis Lemaigre
+
  
=== Zest ===
+
There are also several '''[[GEF/Articles, Tutorials, Slides | Articles, Tutorials and Slides]]'''.  
* [[GEF Zest Visualization | Zest Component Page]]
+
* [[Tree_Views_for_Zest | Zest 2.0 Layout API]]
+
* [[Graphviz DOT as a DSL for Zest]]
+
  
== External Documentation (Tutorials, Articles, Slides) ==
+
= Additional Documentation Links =
 
+
* [[GEF/New and Noteworthy| New and Noteworthy]]
=== Tutorials ===
+
* [[GEF/Reference Documentation | Reference Documentation]]  
* Lars Vogel (2009): [http://www.vogella.de/articles/EclipseZest/article.html Eclipse Zest - Tutorial]
+
* [[GEF/Examples | Examples]]
* Chris Aniszczyk, Randy Hudson (2007): [http://www.ibm.com/developerworks/library/os-eclipse-gef11 Create an Eclipse-based application using the Graphical Editing Framework - How to get started with the GEF and other options for the graphically inclined Eclipse developer], IBM developerWorks article
+
* [[GEF/Developer FAQ | Developer FAQ]]
* William Moore, David Dean, Anna Gerber, Gunnar Wagenknecht, Philippe Vanderheyden (2004): [http://publib-b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg246302.html?Open Eclipse Development using the Graphical Editing Framework and the Eclipse Modeling Framework], IBM Redbook
+
* [[GEF/Troubleshooting Guide | Troubleshooting Guide]]
 
+
=== Eclipse Corner Articles ===
+
* Chris Aniszczyk (2005): [http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html Using GEF with EMF]
+
* Bo Majewski (2004): [http://www.eclipse.org/articles/Article-GEF-diagram-editor/shape.html A shape diagram editor]
+
* Phil Zoio (2004): [http://eclipse.org/articles/Article-GEF-editor/gef-schema-editor.html Building a database schema diagram editor]
+
* Daniel Lee (2003): [http://www.eclipse.org/articles/Article-GEF-Draw2d/GEF-Draw2d.html Display a UML Diagram using Draw2D]
+
* Eric Bordeau (2003): [http://eclipse.org/articles/Article-GEF-dnd/GEF-dnd.html Using Native Drag and Drop in GEF]
+
 
+
=== Slides ===
+
* Koen Aers (2008): [http://www.eclipsecon.org/2008/?page=sub/&id=102 Developing an Editor for Directed Graphs with the Eclipse Graphical Editing Framework], EclipseCon 2008 tutorial slides
+
* Koen Aers (2007): [http://www.eclipsecon.org/2007/index.php?page=sub/&id=3597 Developing an Editor for Directed Graphs with the Eclipse Graphical Editing Framework], EclipseCon 2007 tutorial slides
+
* Randy Hudson (2006): [http://eclipsezilla.eclipsecon.org/php/attachment.php?bugid=52 Graphical Editing Framework - Tutorial], EclipseCon 2006 tutorial slides
+
* Koen Aers (2006) [http://www.eclipsecon.org/2006/Sub.do?id=71 A Gentle Introduction to GEF], EclipseCon 2006 session slides
+
* Randy Hudson, Pratik Shah (2005): [http://www.eclipsecon.org/2005/presentations/EclipseCon2005_23_GEF_Tutorial_Final.ppt GEF in depth], EclipseCon 2005 tutorial slides
+
* Randy Hudson, Pratik Shah (2005): [http://www.eclipsecon.org/2005/presentations/EclipseCon2005_6.1.pdf The Graphical Editing Framework], EclipseCon 2005 session slides
+
* Randy Hudson (2004) [http://www.eclipsecon.org/2004/EclipseCon_2004_TechnicalTrackPresentations/47_Hudson.pdf Building Applications with Eclipse's Graphical Editing Framework], EclipseCon 2004 session slides
+
  
 
[[Category:GEF]]
 
[[Category:GEF]]

Revision as of 10:00, 17 October 2013

Reference documentation for Draw2d and GEF (MVC) 3.x and 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).

Documentation about GEF4 can be found under the respective GEF4 components pages in this wiki.

There are also several Articles, Tutorials and Slides.

Additional Documentation Links

Back to the top