[Dive4elements-commits] [PATCH 09 of 17] Doc

Wald Commits scm-commit at wald.intevation.org
Wed Apr 10 17:14:15 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1365578974 -7200
# Node ID ec53bdeaaf76b42adbda84eb56880fda1f5d54dd
# Parent  4bd444837cdd68ba0e566f277b043fd7b773d1b2
Doc.

diff -r 4bd444837cdd -r ec53bdeaaf76 flys-client/src/main/java/de/intevation/flys/client/client/ui/WQSimpleArrayPanel.java
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQSimpleArrayPanel.java	Wed Apr 10 09:28:58 2013 +0200
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQSimpleArrayPanel.java	Wed Apr 10 09:29:34 2013 +0200
@@ -173,6 +173,7 @@
     }
 
 
+    /** Initialize the w/q/d tables for the helper area. */
     protected void initializeTables() {
         wTable = new ClickableWTable(new ClickableWTable.WClickedListener() {
             @Override
@@ -203,6 +204,7 @@
     }
 
 
+    /** Put interactive tables to the helper area. */
     protected void initializeHelperPanel() {
         tabs = new TabSet();
         tabs.setWidth100();


More information about the Dive4elements-commits mailing list