blob: 4768faa7da2d835e29a5213334dd77535d920fee [file] [log] [blame]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>3.4. ITE and remote control extension examples</title>
<link rel="stylesheet" type="text/css" href="../../css/style.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../index.html" title="Jubula Developer Manual">
<link rel="up" href="toolkitExtension.html" title="Chapter 3. Creating toolkit extensions for custom UI widgets">
<link rel="prev" href="deploying-the-fragment.html" title="3.3.2. Deploying the fragment">
<link rel="next" href="../gefToolkitExtension/creating-gef-toolkit-extensions.html" title="Chapter 4. Creating GEF toolkit extensions">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">3.4. ITE and remote control extension examples</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="deploying-the-fragment.html">Prev</a> </td>
<th width="60%" align="center">Chapter 3. Creating toolkit extensions for custom UI widgets</th>
<td width="20%" align="right"> <a accesskey="n" href="../gefToolkitExtension/creating-gef-toolkit-extensions.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div xmlns:d="http://docbook.org/ns/docbook" class="breadcrumbs">
<span class="breadcrumb-link"><a href="../index.html">Jubula Developer Manual</a></span> &gt; <span class="breadcrumb-link"><a href="toolkitExtension.html">Creating toolkit extensions for custom UI widgets</a></span> &gt; <span class="breadcrumb-node">ITE and remote control extension examples</span>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="extensionExamples"></a>3.4. ITE and remote control extension examples</h2></div></div></div>
<p>
In the installation, there are source code examples for extending supported toolkits.
The examples can be found in the directory
<span class="input">examples/development/extension</span>,
which contains the following sub-folders:
</p>
<div class="variablelist"><dl class="variablelist">
<dt><span class="term">
src
</span></dt>
<dd>
<p>
Contains some zip-files with example source code projects,
which can be imported by Eclipse:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem"><p>
<span class="input">RCPExtension.zip</span><br xmlns:d="http://docbook.org/ns/docbook">
An extension supporting <span class="input">Group</span> for SWT including client
and remote control projects. After deploying these projects you should be able to test the
<span class="input">Group</span> in RCP applications.
</p></li>
<li class="listitem"><p>
<span class="input">SwingAUT.zip</span><br xmlns:d="http://docbook.org/ns/docbook">
An AUT using <span class="input">JSlider</span> from Swing.
</p></li>
<li class="listitem"><p>
<span class="input">SwingExtension.zip</span><br xmlns:d="http://docbook.org/ns/docbook">
The extension supporting <span class="input">JSlider</span> for Swing including client
and remote control projects. After deploying these projects you should be able to test the
<span class="input">JSlider</span> in the Swing example AUT.
</p></li>
<li class="listitem"><p>
<span class="input">SwingRendererExtension.zip</span><br xmlns:d="http://docbook.org/ns/docbook">
A remote control extension supporting a custom graphics component for
Swing.
</p></li>
</ul></div>
</dd>
<dt><span class="term">
AUT
</span></dt>
<dd><p>
Contains the binary file <span class="input">JSlider.jar</span>, which
is a simple example AUT using the normally unsupported
component <span class="input">JSlider</span>. After installing the
<span class="input">JSlider</span> example extension from the
<span class="strong"><strong>src</strong></span> folder, you will be
able to test this new component.
</p></dd>
</dl></div>
</div>
<br xmlns:d="http://docbook.org/ns/docbook"><hr xmlns:d="http://docbook.org/ns/docbook">
<address xmlns:d="http://docbook.org/ns/docbook">Copyright BREDEX GmbH 2015. Made available under the Eclipse Public License v1.0.</address>
<br xmlns:d="http://docbook.org/ns/docbook">
</body>
</html>