comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java @ 838:a5e96a36478c

Minor cosmetics. flys-client/trunk@2558 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 24 Aug 2011 12:16:41 +0000
parents dfbc6693247e
children 9bb8b7a751ec
comparison
equal deleted inserted replaced
837:29966a53cfeb 838:a5e96a36478c
56 */ 56 */
57 public class LocationDistancePanel 57 public class LocationDistancePanel
58 extends AbstractUIProvider 58 extends AbstractUIProvider
59 implements ChangeHandler, BlurHandler 59 implements ChangeHandler, BlurHandler
60 { 60 {
61 /** The message class that provides i18n strings.*/ 61 /** The message class that provides i18n strings. */
62 protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class); 62 protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class);
63 63
64 /** The interface that provides the image resources. */ 64 /** The interface that provides the image resources. */
65 private FLYSImages IMAGES = GWT.create(FLYSImages.class); 65 private FLYSImages IMAGES = GWT.create(FLYSImages.class);
66 66
67 /** The DistanceInfoService used to retrieve locations about rivers.*/ 67 /** The DistanceInfoService used to retrieve locations about rivers. */
68 protected DistanceInfoServiceAsync distanceInfoService = 68 protected DistanceInfoServiceAsync distanceInfoService =
69 GWT.create(DistanceInfoService.class); 69 GWT.create(DistanceInfoService.class);
70 70
71 public static final String FIELD_MODE = "mode"; 71 public static final String FIELD_MODE = "mode";
72 72
111 protected double step; 111 protected double step;
112 112
113 /** The values entered in the location mode.*/ 113 /** The values entered in the location mode.*/
114 protected double[] values; 114 protected double[] values;
115 115
116 /** The input panel for locations */ 116 /** The input panel for locations. */
117 protected DoubleArrayPanel locationPanel; 117 protected DoubleArrayPanel locationPanel;
118 118
119 /** The input panel for distances */ 119 /** The input panel for distances. */
120 protected DoubleRangePanel distancePanel; 120 protected DoubleRangePanel distancePanel;
121 121
122 /** The tab set containing the location and distance table*/ 122 /** The tab set containing the location and distance table. */
123 protected TabSet inputTables; 123 protected TabSet inputTables;
124 124
125 /** The distance table. */ 125 /** The distance table. */
126 protected ListGrid distanceTable; 126 protected ListGrid distanceTable;
127 127
128 /** The locations table */ 128 /** The locations table. */
129 protected ListGrid locationsTable; 129 protected ListGrid locationsTable;
130 130
131 /** The locations table for distance input. */ 131 /** The locations table for distance input. */
132 protected ListGrid locationDistanceTable; 132 protected ListGrid locationDistanceTable;
133 133

http://dive4elements.wald.intevation.org