Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Cloudio/Examples"

< GEF‎ | GEF4‎ | Cloudio
m
m (Examples.UI (undeployed))
Line 3: Line 3:
 
*'''bundle: org.eclipse.gef4.cloudio.examples.ui'''
 
*'''bundle: org.eclipse.gef4.cloudio.examples.ui'''
  
The examples provided by [[#Examples.UI (undeployed)|Examples.UI]] demonstrate how to use the API provided by the [[GEF/GEF4/Cloudio#Cloudio.UI|Cloudio.UI]] module provided by [[GEF/GEF4/Cloudio|Cloudio]]. They are not deployed on our update-sites and have to checked out in source (<code>org.eclipse.gef4.fx.examples.ui</code>) from our [http://git.eclipse.org/c/gef/org.eclipse.gef4.git/ GEF4 Git repository] (see [[GEF/Contributor Guide | GEF Project Contributor Guide]] for details on how to obtain the sources and setup your workspace). Having prepared everything as outlined before, the standalone example might easily be started by launching one of the following example classes from <code>org.eclipse.gef4.cloudio.examples.ui</code> via the context menu ('Run As' -> 'Java Application').
+
The examples provided by [[#Examples.UI (undeployed)|Examples.UI]] demonstrate how to use the API provided by the [[GEF/GEF4/Cloudio#Cloudio.UI|Cloudio.UI]] module of [[GEF/GEF4/Cloudio|Cloudio]]. They are not deployed on our update-sites and have to checked out in source (<code>org.eclipse.gef4.fx.examples.ui</code>) from our [http://git.eclipse.org/c/gef/org.eclipse.gef4.git/ GEF4 Git repository] (see [[GEF/Contributor Guide | GEF Project Contributor Guide]] for details on how to obtain the sources and setup your workspace). Having prepared everything as outlined before, the standalone example might easily be started by launching one of the following example classes from <code>org.eclipse.gef4.cloudio.examples.ui</code> via the context menu ('Run As' -> 'Java Application').
  
 
==== TagCloudSnippet ====
 
==== TagCloudSnippet ====

Revision as of 08:22, 8 June 2015

Examples.UI (undeployed)

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

The examples provided by Examples.UI demonstrate how to use the API provided by the Cloudio.UI module of Cloudio. They are not deployed on our update-sites and have to checked out in source (org.eclipse.gef4.fx.examples.ui) from our GEF4 Git repository (see GEF Project Contributor Guide for details on how to obtain the sources and setup your workspace). Having prepared everything as outlined before, the standalone example might easily be started by launching one of the following example classes from org.eclipse.gef4.cloudio.examples.ui via the context menu ('Run As' -> 'Java Application').

TagCloudSnippet

The TagCloudSnippet demonstrates the usage of TagCloud.

GEF4-Cloudio-UI-Examples-TagCloudSnippet.png

TagCloudViewerSnippet

The TagCloudViewerSnippet demonstrates the usage of TagCloudViewer.

GEF4-Cloudio-UI-Examples-TagCloudViewerSnippet.png

Back to the top