diff --git a/doc/gui/index-all.html b/doc/gui/index-all.html index 6a969ebd26..fc41f0b33c 100644 --- a/doc/gui/index-all.html +++ b/doc/gui/index-all.html @@ -4568,6 +4568,11 @@

G

Returns the levels of the generalization lattice.
+
getLicencseText() - Static method in class org.deidentifier.arx.gui.resources.Resources
+
+
Reads the content from the file license.txt located in the package org.deidentifier.arx.gui.resources and + returns the content as string.
+
getListeners() - Method in class org.deidentifier.arx.gui.view.impl.common.datatable.DataTableContext
Returns all layer listeners.
diff --git a/doc/gui/org/deidentifier/arx/gui/resources/Resources.html b/doc/gui/org/deidentifier/arx/gui/resources/Resources.html index a604976976..89b1281c40 100644 --- a/doc/gui/org/deidentifier/arx/gui/resources/Resources.html +++ b/doc/gui/org/deidentifier/arx/gui/resources/Resources.html @@ -159,37 +159,44 @@

Method Summary

+static java.lang.String +getLicencseText() +
Reads the content from the file license.txt located in the package org.deidentifier.arx.gui.resources and + returns the content as string.
+ + + org.apache.log4j.Logger getLogger()
Returns the logger.
- + static java.lang.String getMessage(java.lang.String key)
Returns the associated message TODO: Make this method non-static.
- + org.eclipse.swt.widgets.Shell getShell()
Returns the shell.
- + static org.eclipse.swt.graphics.Image getSplash(org.eclipse.swt.widgets.Display display)
Returns the splash image.
- + java.io.InputStream getStream(java.lang.String name)
Returns a stream.
- + static java.lang.String getVersion()
Returns the version.
@@ -343,7 +350,7 @@

getShell

-