In the installation, there are source code examples for extending supported toolkits. The examples can be found in the directory examples/development/extension, which contains the following sub-folders:
Contains some zip-files with example source code projects, which can be imported by Eclipse:
RCPExtension.zip
An extension supporting Group for SWT including client
and remote control projects. After deploying these projects you should be able to test the
Group in RCP applications.
SwingAUT.zip
An AUT using JSlider from Swing.
SwingExtension.zip
The extension supporting JSlider for Swing including client
and remote control projects. After deploying these projects you should be able to test the
JSlider in the Swing example AUT.
SwingRendererExtension.zip
A remote control extension supporting a custom graphics component for
Swing.
Contains the binary file JSlider.jar, which is a simple example AUT using the normally unsupported component JSlider. After installing the JSlider example extension from the src folder, you will be able to test this new component.