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/GEF4/Zest/Examples"

< GEF‎ | GEF4‎ | Zest
Line 3: Line 3:
 
The [[#Graph Example (Standalone, Eclipse UI)|Graph Example]] is provided as a [[#Graph Example (Standalone)|standalone]] JavaFX application as well as an [[#Graph Example (UI-integration)|Eclipse UI integration]].
 
The [[#Graph Example (Standalone, Eclipse UI)|Graph Example]] is provided as a [[#Graph Example (Standalone)|standalone]] JavaFX application as well as an [[#Graph Example (UI-integration)|Eclipse UI integration]].
  
== Graph Example (Standalone) ==
+
=== Graph Example (Standalone) ===
  
 
*'''bundle: org.eclipse.gef4.zest.examples.graph'''
 
*'''bundle: org.eclipse.gef4.zest.examples.graph'''
  
== Graph Example (UI-integration) ==
+
=== Graph Example (UI-integration) ===
  
 
*'''feature: org.eclipse.gef4.zest.examples'''
 
*'''feature: org.eclipse.gef4.zest.examples'''

Revision as of 06:17, 25 May 2015

Graph Example (Standalone, Eclipse UI)

The Graph Example is provided as a standalone JavaFX application as well as an Eclipse UI integration.

Graph Example (Standalone)

  • bundle: org.eclipse.gef4.zest.examples.graph

Graph Example (UI-integration)

  • feature: org.eclipse.gef4.zest.examples
  • bundle: org.eclipse.gef4.zest.examples
  • bundle: org.eclipse.gef4.zest.examples.graph
  • bundle: org.eclipse.gef4.zest.examples.graph.ui

JFace-API Examples (undeployed)

  • bundle: org.eclipse.gef4.zest.examples.ui

Back to the top