Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlmayer committed Mar 17, 2015
1 parent a2b9e1d commit b552860
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 2 deletions.
20 changes: 20 additions & 0 deletions doc/gui/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,22 @@ <h2 class="title">C</h2>
<dd>
<div class="block">Creates a new tab</div>
</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/gui/view/SWTUtil.html#createTable(org.eclipse.swt.widgets.Composite,%20int)">createTable(Composite, int)</a></span> - Static method in class org.deidentifier.arx.gui.view.<a href="./org/deidentifier/arx/gui/view/SWTUtil.html" title="class in org.deidentifier.arx.gui.view">SWTUtil</a></dt>
<dd>
<div class="block">Returns a table.</div>
</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/gui/view/SWTUtil.html#createTableDynamic(org.eclipse.swt.widgets.Composite,%20int)">createTableDynamic(Composite, int)</a></span> - Static method in class org.deidentifier.arx.gui.view.<a href="./org/deidentifier/arx/gui/view/SWTUtil.html" title="class in org.deidentifier.arx.gui.view">SWTUtil</a></dt>
<dd>
<div class="block">Returns a dynamic table.</div>
</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/gui/view/SWTUtil.html#createTableViewer(org.eclipse.swt.widgets.Composite,%20int)">createTableViewer(Composite, int)</a></span> - Static method in class org.deidentifier.arx.gui.view.<a href="./org/deidentifier/arx/gui/view/SWTUtil.html" title="class in org.deidentifier.arx.gui.view">SWTUtil</a></dt>
<dd>
<div class="block">Returns a table viewer.</div>
</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/gui/view/SWTUtil.html#createTableViewerCheckbox(org.eclipse.swt.widgets.Composite,%20int)">createTableViewerCheckbox(Composite, int)</a></span> - Static method in class org.deidentifier.arx.gui.view.<a href="./org/deidentifier/arx/gui/view/SWTUtil.html" title="class in org.deidentifier.arx.gui.view">SWTUtil</a></dt>
<dd>
<div class="block">Returns a checkbox table viewer.</div>
</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/gui/view/impl/risk/ViewRisks.html#createViewConfig(org.deidentifier.arx.gui.view.impl.common.async.AnalysisContext)">createViewConfig(AnalysisContext)</a></span> - Method in class org.deidentifier.arx.gui.view.impl.risk.<a href="./org/deidentifier/arx/gui/view/impl/risk/ViewRisks.html" title="class in org.deidentifier.arx.gui.view.impl.risk">ViewRisks</a></dt>
<dd>
<div class="block">Creates a view config</div>
Expand Down Expand Up @@ -8870,6 +8886,10 @@ <h2 class="title">I</h2>
<dd>
<div class="block">Is this handle locked?.</div>
</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/gui/view/SWTUtil.html#isMac()">isMac()</a></span> - Static method in class org.deidentifier.arx.gui.view.<a href="./org/deidentifier/arx/gui/view/SWTUtil.html" title="class in org.deidentifier.arx.gui.view">SWTUtil</a></dt>
<dd>
<div class="block">Are we running on an OSX system</div>
</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/gui/worker/io/Vocabulary.html#isMax(java.lang.String)">isMax(String)</a></span> - Method in class org.deidentifier.arx.gui.worker.io.<a href="./org/deidentifier/arx/gui/worker/io/Vocabulary.html" title="class in org.deidentifier.arx.gui.worker.io">Vocabulary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/gui/worker/io/Vocabulary.html#isMax2(java.lang.String)">isMax2(String)</a></span> - Method in class org.deidentifier.arx.gui.worker.io.<a href="./org/deidentifier/arx/gui/worker/io/Vocabulary.html" title="class in org.deidentifier.arx.gui.worker.io">Vocabulary</a></dt>
Expand Down
101 changes: 99 additions & 2 deletions doc/gui/org/deidentifier/arx/gui/view/SWTUtil.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,34 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.eclipse.swt.widgets.Table</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/view/SWTUtil.html#createTable(org.eclipse.swt.widgets.Composite,%20int)">createTable</a></strong>(org.eclipse.swt.widgets.Composite&nbsp;parent,
int&nbsp;style)</code>
<div class="block">Returns a table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static de.linearbits.swt.table.DynamicTable</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/view/SWTUtil.html#createTableDynamic(org.eclipse.swt.widgets.Composite,%20int)">createTableDynamic</a></strong>(org.eclipse.swt.widgets.Composite&nbsp;parent,
int&nbsp;style)</code>
<div class="block">Returns a dynamic table.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.eclipse.jface.viewers.TableViewer</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/view/SWTUtil.html#createTableViewer(org.eclipse.swt.widgets.Composite,%20int)">createTableViewer</a></strong>(org.eclipse.swt.widgets.Composite&nbsp;container,
int&nbsp;style)</code>
<div class="block">Returns a table viewer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.eclipse.jface.viewers.CheckboxTableViewer</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/view/SWTUtil.html#createTableViewerCheckbox(org.eclipse.swt.widgets.Composite,%20int)">createTableViewerCheckbox</a></strong>(org.eclipse.swt.widgets.Composite&nbsp;container,
int&nbsp;style)</code>
<div class="block">Returns a checkbox table viewer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/view/SWTUtil.html#disable(org.eclipse.swt.widgets.Composite)">disable</a></strong>(org.eclipse.swt.widgets.Composite&nbsp;elem)</code>
<div class="block">Disables the composite and its children.</div>
Expand Down Expand Up @@ -283,14 +311,20 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/view/SWTUtil.html#isMac()">isMac</a></strong>()</code>
<div class="block">Are we running on an OSX system</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static double</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/view/SWTUtil.html#sliderToDouble(double,%20double,%20int)">sliderToDouble</a></strong>(double&nbsp;min,
double&nbsp;max,
int&nbsp;value)</code>
<div class="block">Converts the slider value to a double.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/view/SWTUtil.html#sliderToInt(int,%20int,%20int)">sliderToInt</a></strong>(int&nbsp;min,
int&nbsp;max,
Expand Down Expand Up @@ -520,6 +554,58 @@ <h4>createSpanColumnsGridData</h4>
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="createTable(org.eclipse.swt.widgets.Composite, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createTable</h4>
<pre>public static&nbsp;org.eclipse.swt.widgets.Table&nbsp;createTable(org.eclipse.swt.widgets.Composite&nbsp;parent,
int&nbsp;style)</pre>
<div class="block">Returns a table. Implements hacks for fixing OSX bugs.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - </dd><dd><code>style</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="createTableDynamic(org.eclipse.swt.widgets.Composite, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createTableDynamic</h4>
<pre>public static&nbsp;de.linearbits.swt.table.DynamicTable&nbsp;createTableDynamic(org.eclipse.swt.widgets.Composite&nbsp;parent,
int&nbsp;style)</pre>
<div class="block">Returns a dynamic table. Implements hacks for fixing OSX bugs.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - </dd><dd><code>style</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="createTableViewer(org.eclipse.swt.widgets.Composite, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createTableViewer</h4>
<pre>public static&nbsp;org.eclipse.jface.viewers.TableViewer&nbsp;createTableViewer(org.eclipse.swt.widgets.Composite&nbsp;container,
int&nbsp;style)</pre>
<div class="block">Returns a table viewer. Implements hacks for fixing OSX bugs.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - </dd><dd><code>style</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="createTableViewerCheckbox(org.eclipse.swt.widgets.Composite, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createTableViewerCheckbox</h4>
<pre>public static&nbsp;org.eclipse.jface.viewers.CheckboxTableViewer&nbsp;createTableViewerCheckbox(org.eclipse.swt.widgets.Composite&nbsp;container,
int&nbsp;style)</pre>
<div class="block">Returns a checkbox table viewer. Implements hacks for fixing OSX bugs.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>parent</code> - </dd><dd><code>style</code> - </dd>
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="disable(org.eclipse.swt.widgets.Composite)">
<!-- -->
</a>
Expand Down Expand Up @@ -609,7 +695,7 @@ <h4>sliderToDouble</h4>
<a name="sliderToInt(int, int, int)">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>sliderToInt</h4>
<pre>public static&nbsp;int&nbsp;sliderToInt(int&nbsp;min,
Expand All @@ -620,6 +706,17 @@ <h4>sliderToInt</h4>
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="isMac()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isMac</h4>
<pre>public static&nbsp;boolean&nbsp;isMac()</pre>
<div class="block">Are we running on an OSX system</div>
<dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
Expand Down

0 comments on commit b552860

Please sign in to comment.