Skip to content
Snippets Groups Projects
Commit b25dba05 authored by Simon Barner's avatar Simon Barner
Browse files

Developer documentation for tooling base UI.

parent 8fec3e5d
No related branches found
No related tags found
1 merge request!113401 developer documentation kernel
documentation.html 537e8465aeba8ae2710474486b811f59a3dbd45c RED
documentation.html 2588c92dc58129eb36ca852901128599f9140ffa YELLOW
<html><body>
<H1>Developer Documentation for <I>org.fortiss.tooling.base.ui</I></H1>
<P>// TODO
<p>This plugin provides a base implementation for graphical editors using the GEF framework
(to be replaced with a JavaFX based implementation).</p>
<p>It contains the following main packages:
<ul>
<li><code>annotation</code>:
GUI support of annotation framework.
<ul>
<li><code>editingsupport</code>: contains editing support to edit annotations into the generic table-based annotation view.</li>
<li><code>labelprovider</code>: contains label providers support to display annotations in the generic table-based annotation view.</li>
<li><code>view</code>: provides abstract base classes and a generic table-based view part to display and edit annotations.</li>
</ul>
</li>
<li><code>databinding</code>: Eclipse data binding support.</li>
<li><code>dialog</code>: Basic dialog classes.</li>
<li><code>dnd</code>: JFace and GEF-based drag'n'drop.</li>
<li><code>editor</code>: various (model) editors</li>
<li><code>editpart</code>: GEF edit part base classes.</li>
<li><code>fieldassist</code>: Auto-completion support.</li>
<li><code>javafx</code>: JavaFX-based UI support (under development).</li>
<li><code>layout</code>: Diagram layout configurations, including automatic layout.</li>
<li><code>utils</code>: Utility classes.</li>
<li><code>viewers</code>: Editor editing support and label providers.</li>
</ul>
</p>
</body></html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment