comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java @ 5334:b296d435fc69

Doc and whitespace fixes.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 19 Mar 2013 10:25:23 +0100
parents bbd82bd8e541
children
comparison
equal deleted inserted replaced
5333:623e5c9f91ef 5334:b296d435fc69
76 76
77 /** The original output settings. */ 77 /** The original output settings. */
78 protected OutputSettings origSettings; 78 protected OutputSettings origSettings;
79 79
80 80
81
81 /** 82 /**
82 * Setup editor dialog. 83 * Setup editor dialog.
83 * @param callerTab The tab called the editor window. 84 * @param callerTab The tab called the editor window.
84 */ 85 */
85 public ChartPropertiesEditor(ChartOutputTab callerTab) { 86 public ChartPropertiesEditor(ChartOutputTab callerTab) {
170 this.destroy(); 171 this.destroy();
171 } 172 }
172 173
173 174
174 /** 175 /**
175 * 176 * Create a section from group (usually axis properties).
176 */ 177 */
177 protected Canvas generatePropertyGroup(Property group, Property orig) { 178 protected Canvas generatePropertyGroup(Property group, Property orig) {
178 PropertyGroup pg = (PropertyGroup)group; 179 PropertyGroup pg = (PropertyGroup)group;
179 PropertyGroup origPg = (PropertyGroup)orig; 180 PropertyGroup origPg = (PropertyGroup)orig;
180 181

http://dive4elements.wald.intevation.org