-
Notifications
You must be signed in to change notification settings - Fork 54
Home
This wiki provides the user documentation for the end-user tools, as well as the developer documentation for the different framework components offered by the Eclipse Graphical Editing Framework (GEF). You may also consult the Further Reading section if you are interested in the evolution and future plans of this project.
For a general introduction and guidelines about how to install the end-user tools or how to get started with the framework components, please refer to the README first.
The documentation for the legacy components Draw2d 3.x, GEF (MVC) 3.x, and Zest 1.x are located in the eclipse/gef-legacy wiki.
GEF provides a Graphviz DOT authoring component and a Tag Cloud renderer component, which may be used as end-user tools in an Eclipse environment. The user documentation for both end-user tools is provided in terms of a DOT User Guide and a Cloudio User Guide.
GEF is constituted of nine loosely coupled framework components, each broken down into one or more modules. Each module is technically realized through a pair of Eclipse bundle and related feature, each component accordingly through an SDK feature that bundles all module features with their respective sources, as well as a shared documentation feature.
The naming of the components' modules indicate their UI-toolkit and Eclipse UI dependencies. That is, module names containing '.SWT', '.JFace', or '.FX' indicate a respective dependency to SWT, JFace, or JavaFX. Module names containing '.UI' indicate a dependency to the Eclipse UI. Please note that '.FX' is only used to indicate dependencies on the JavaFX UI toolkit and that JavaFX collections and properties are used throughout (except by Geometry and Cloudio).
-
Common - Provides basic abstractions and infrastructure used by (potentially) all other components, including an enhanced adaptable pattern and notification support.
-
Geometry (Geometry / Geometry.Convert.SWT / Geometry.Convert.FX) - Provides different abstractions (Euclidean, Projective, Planar) for 2D geometric calculations, and conversions of planar geometries (curves, shapes, poly shapes) to/from respective SWT, AWT, and JavaFX equivalents (as well as conversions between SWT and AWT geometries).
Usage of API is demonstrated by undeployed Geometry Examples. -
FX (FX / FX.SWT / FX.JFace) - Provides support for rendering Geometry-based shapes, as well as abstractions that are needed in the context of graphical editors and views, i.e. visual anchor implementations and a connection abstraction. Also enhances the JavaFX-SWT-Integration with forwarding of touch gestures and provides proper support for embedding SWT Controls via a generic adapter into a JavaFX scene graph (within the context of the JavaFX SWT integration).
Usage of API is demonstrated by undeployed FX Examples and FX SWT Examples. -
Graph - Provides a simple, UI-independent data-model (Graph, Node, Edge) for representing directed graphs. It is used as the data model for DOT and the underlying visualization-model for Zest.
Usage of API is demonstrated by undeployed Graph Examples. -
Layout - Provides layout algorithm implementations as well as a model facade to adapt layout model data for these algorithms.
Usage of API is demonstrated by undeployed Layout Examples. -
MVC (MVC.FX / MVC.FX.UI) - Provides the core model-view-controller framework to build up graphical editors and views. It provides an Eclipse UI independent (JavaFX specific) and an Eclipse UI integration layer (based on the Eclipse 3.x compatibility layer) and can be used to build standalone and Eclipse-integrated editors and views.
Usage of API is demonstrated by a bundled MVC Logo Example, which is available as a standalone application, an Eclipse Workbench UI integrated view, as well as a JNLP-based web application. -
Zest (Zest.FX / Zest.FX.JFace / Zest.FX.UI) - Provides support for visualization of Graph-based models, integrating automated layout based on Layout. Internally built on FX and MVC.
Usage of API is demonstrated by a bundled Zest Graph Example, which is available as a standalone application and an Eclipse Workbench UI integrated view, as well as undeployed Zest Examples and Zest JFace Examples. -
DOT (DOT / DOT.UI) - Provides a basic Graphviz DOT-Editor (Xtext) as well as a Zest-based DOT-visualization.
Usage of (still internal) API is demonstrated by undeployed DOT Examples. -
Cloudio (Coudio.UI) - Provides support for visualizing tag clouds. It is based on SWT/JFace, integrated in the Eclipse UI, and will (at least for now) not be ported to JavaFX.
Usage of (still internal) API is demonstrated by undeployed Cloudio UI Examples.
Further information about the history and current plans, as well as on technical details can be inferred from the following presentations/articles/posts:
- itemis AG: Blog Articles about Eclipse GEF
- itemis AG: Getting started with GEF 5.0 - GEF Mindmap Tutorial
- Camille Letavernier, Philip Langer (2019): Papyrus with GEF5.x, EclipseCon Europe, Ludwigsburg, 2019, Video at 27:46
- Matthias Wienand, Tamas Miklossy (2018): Eclipse GEF DOT - Graphviz authoring environment in Eclipse, EclipseCon Europe, Ludwigsburg, 2018, Video
- Alexander Nyßen (2017): GEF 5.0.0 - From a User's Perspective, EclipseCon Europe, Ludwigsburg, 2017, Video
- Xavier Jacques (2017): A new aircraft fuselage configuration? Easy with GEF4!, EclipseCon France, Toulouse, 2017
- Alexander Nyßen (2017): The Next Generation Eclipse Graphical Editing Framework, EclipseConverge, San Jose (CA), 2017
- Alexander Nyßen (2016): GEF(4) Dot Oh Dot Oh, EclipseCon Europe, Ludwigsburg, 2016, Video
- Alexander Nyßen (2016): GEF4 Common Collections and Properties - Guava goes FX, ANy's Argument (Blog)
- Alexander Nyßen (2015): GEF4 - Sightseeing Mars, EclipseCon Europe, Ludwigsburg, 2015
- Alexander Nyßen (2015): GEF4 - Mission to Mars Accomplished!, ANy's Argument (Blog)
- Alexander Nyßen (2014): IAdaptable - GEF4's Interpretation of a Classic, ANy's Argument (Blog)
- Alexander Nyßen (2014): GEF4 - Our mission to Mars, EclipseCon Europe, Ludwigsburg, 2014
- Alexander Nyßen (2014): GEF4 - There's really something going on!, EclipseCon NA, San Francisco (CA), 2014
- Alexander Nyßen (2013): GEF4, RheinJug, Düsseldorf, 2013 , Video (German)
- Alexander Nyßen (2013): GEF4 SwtFX (Lightning Talk), EclipseCon Europe, Ludwigsburg, 2013
- Alexander Nyßen (2013): GEF4 - (Continue to) Share and Enjoy..., EclipseCon NA, Boston (MA), 2013
- Alexander Nyßen (2012): GEF4 - Share And Enjoy..., EclipseCon Europe, Ludwigsburg, 2012
- Alexander Nyßen (2012): GEF - Past, Present, and Future, EclipseCon NA, Reston (VA), 2012