Skip to content

Graph Examples

mwienand edited this page Jul 27, 2016 · 3 revisions

Examples (undeployed)

  • bundle: org.eclipse.gef.graph.examples

The examples provided by Examples demonstrate how to use the API provided by Graph. They are not deployed on our update-sites and have to checked out in source (org.eclipse.gef.graph.examples) from our GEF Git repository. In order to have the example plug-in compile properly, all other required GEF bundles will either have to be installed (in a matching version) into your running eclipse platform (if this is used as target), added to a target definition (the target definitions contained in org.eclipse.gef.target may be augmented for this purpose), or checked out in source as well. Having prepared everything as outlined before, the standalone example might easily be started by launching one of the following example classes from org.eclipse.gef.graph.examples via the context menu ('Run As' -> 'Java Application').

GraphBuilderExample

The GraphBuilderExample demonstrates how a Graph can be constructed using the builder pattern.

Clone this wiki locally