Skip to content

Commit

Permalink
Release v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlmayer committed Jan 20, 2015
1 parent c3f1849 commit fe34e7a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
5 changes: 5 additions & 0 deletions doc/gui/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -4568,6 +4568,11 @@ <h2 class="title">G</h2>
<dd>
<div class="block">Returns the levels of the generalization lattice.</div>
</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/gui/resources/Resources.html#getLicencseText()">getLicencseText()</a></span> - Static method in class org.deidentifier.arx.gui.resources.<a href="./org/deidentifier/arx/gui/resources/Resources.html" title="class in org.deidentifier.arx.gui.resources">Resources</a></dt>
<dd>
<div class="block">Reads the content from the file license.txt located in the package org.deidentifier.arx.gui.resources and
returns the content as string.</div>
</dd>
<dt><span class="strong"><a href="./org/deidentifier/arx/gui/view/impl/common/datatable/DataTableContext.html#getListeners()">getListeners()</a></span> - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.<a href="./org/deidentifier/arx/gui/view/impl/common/datatable/DataTableContext.html" title="class in org.deidentifier.arx.gui.view.impl.common.datatable">DataTableContext</a></dt>
<dd>
<div class="block">Returns all layer listeners.</div>
Expand Down
31 changes: 25 additions & 6 deletions doc/gui/org/deidentifier/arx/gui/resources/Resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,37 +159,44 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/resources/Resources.html#getLicencseText()">getLicencseText</a></strong>()</code>
<div class="block">Reads the content from the file license.txt located in the package org.deidentifier.arx.gui.resources and
returns the content as string.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.apache.log4j.Logger</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/resources/Resources.html#getLogger()">getLogger</a></strong>()</code>
<div class="block">Returns the logger.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/resources/Resources.html#getMessage(java.lang.String)">getMessage</a></strong>(java.lang.String&nbsp;key)</code>
<div class="block">Returns the associated message
TODO: Make this method non-static.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>org.eclipse.swt.widgets.Shell</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/resources/Resources.html#getShell()">getShell</a></strong>()</code>
<div class="block">Returns the shell.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static org.eclipse.swt.graphics.Image</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/resources/Resources.html#getSplash(org.eclipse.swt.widgets.Display)">getSplash</a></strong>(org.eclipse.swt.widgets.Display&nbsp;display)</code>
<div class="block">Returns the splash image.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colFirst"><code>java.io.InputStream</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/resources/Resources.html#getStream(java.lang.String)">getStream</a></strong>(java.lang.String&nbsp;name)</code>
<div class="block">Returns a stream.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/deidentifier/arx/gui/resources/Resources.html#getVersion()">getVersion</a></strong>()</code>
<div class="block">Returns the version.</div>
Expand Down Expand Up @@ -343,7 +350,7 @@ <h4>getShell</h4>
<a name="getStream(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>getStream</h4>
<pre>public&nbsp;java.io.InputStream&nbsp;getStream(java.lang.String&nbsp;name)</pre>
Expand All @@ -352,6 +359,18 @@ <h4>getStream</h4>
<dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
<a name="getLicencseText()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getLicencseText</h4>
<pre>public static&nbsp;java.lang.String&nbsp;getLicencseText()</pre>
<div class="block">Reads the content from the file license.txt located in the package org.deidentifier.arx.gui.resources and
returns the content as string.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
Expand Down

0 comments on commit fe34e7a

Please sign in to comment.