blob: e9500d089a323c99456b58b065c734530a3ee288 [file] [log] [blame]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>4.2. Accessibility plug-in example</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="creating-gef-toolkit-extensions.html" title="Chapter 4. Creating GEF toolkit extensions">
<link rel="prev" href="walkthrough.html" title="4.1.2. Walkthrough">
<link rel="next" href="../functions/functions.html" title="Chapter 5. Creating ITE functions">
</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">4.2. Accessibility plug-in example</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="walkthrough.html">Prev</a> </td>
<th width="60%" align="center">Chapter 4. Creating GEF toolkit extensions</th>
<td width="20%" align="right"> <a accesskey="n" href="../functions/functions.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="creating-gef-toolkit-extensions.html">Creating GEF toolkit extensions</a></span> &gt; <span class="breadcrumb-node">Accessibility plug-in example</span>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="gefreference"></a>4.2. Accessibility plug-in example</h2></div></div></div>
<p>
A sample accessibility plug-in for certain elements of the Logic
Diagram sample plug-in project (contributed from the GEF plug-ins
to Eclipse's New Project Wizard) are included in the installation.
A default implementation can be found in the directory
<span class="input">examples/development/gef</span>
. There you will find a
zip-file containing a full accessibility plug-in example.
</p>
<p>
You can import the sample accessibility plug-in into an Eclipse
workspace in order to examine the general structure.
The Java documentation of the source code, which is included in the
target platform definition, contains information about
<span class="input">IEditPartIdentifier</span>
from the package named <span class="emphasis"><em>org.eclipse.jubula.rc.rcp.gef.identifier</em></span>.
</p>
</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>