Gumtree Extensions - Gumtree/gumtree GitHub Wiki
Gumtree extensions is a list of extra features (not included in the common framework) available in the Gumtree framework.
User Interface Components
JavaFX Integration
The JavaFX integration contains Java classes and native libraries for running JavaFX within SWT.
References:
- JavaFX Documentation - http://docs.oracle.com/javafx/index.html
- JavaFX Interoperability with SWT - http://docs.oracle.com/javafx/2/swt_interoperability/jfxpub-swt_interoperability.htm
SWT XYGraph
SWT XYGraph is a plotting library for SWT. This library was originated from the Control System Studio (CSS) project.
References:
- SWT XYGraph Home - https://code.google.com/p/swt-xy-graph/
Scripting Extensions
BeanShell Scripting Extension
BeanShell is a Java-like scripting that runs on JVM. The BeanShell implementation used in Gumtree comes from its fork called BeanShell 2.
References:
- BeanShell Home - http://www.beanshell.org/
- BeanShell 2 Home - https://code.google.com/p/beanshell2/
Jython Scripting Extension
Tools Support
PyDev Support
XML Support
Tcl Support
Dynamic Language Toolkit (DLTK) for Tcl