comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java @ 3371:b6575b8c8db0

Removed superfluous imports and trailinh whitespace. flys-client/trunk@5081 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 20 Jul 2012 08:12:30 +0000
parents 08b2472111aa
children 69fdeca46f7a
comparison
equal deleted inserted replaced
3370:08b2472111aa 3371:b6575b8c8db0
1 package de.intevation.flys.client.client.ui.chart; 1 package de.intevation.flys.client.client.ui.chart;
2 2
3 import com.google.gwt.core.client.GWT; 3 import com.google.gwt.core.client.GWT;
4 import com.google.gwt.user.client.rpc.AsyncCallback; 4 import com.google.gwt.user.client.rpc.AsyncCallback;
5 import com.smartgwt.client.types.Overflow; 5 import com.smartgwt.client.types.Overflow;
6 import com.smartgwt.client.types.Visibility;
7 import com.smartgwt.client.widgets.Canvas; 6 import com.smartgwt.client.widgets.Canvas;
8 import com.smartgwt.client.widgets.Img; 7 import com.smartgwt.client.widgets.Img;
9 import com.smartgwt.client.widgets.events.ResizedEvent; 8 import com.smartgwt.client.widgets.events.ResizedEvent;
10 import com.smartgwt.client.widgets.events.ResizedHandler; 9 import com.smartgwt.client.widgets.events.ResizedHandler;
11 import com.smartgwt.client.widgets.layout.HLayout; 10 import com.smartgwt.client.widgets.layout.HLayout;
155 154
156 setPane(vLayout); 155 setPane(vLayout);
157 156
158 right.addResizedHandler(this); 157 right.addResizedHandler(this);
159 } 158 }
160 159
161 160
162 public ChartThemePanel createThemePanel( 161 public ChartThemePanel createThemePanel(
163 OutputMode mode, CollectionView view 162 OutputMode mode, CollectionView view
164 ) { 163 ) {
165 // Output "cross_section" needs slightly modified ThemePanel 164 // Output "cross_section" needs slightly modified ThemePanel
166 // (with action buttons). 165 // (with action buttons).
169 } 168 }
170 else { 169 else {
171 return new ChartThemePanel(mode, view); 170 return new ChartThemePanel(mode, view);
172 } 171 }
173 } 172 }
174 173
175 174
176 public ChartToolbar createChartToolbar(ChartOutputTab tab) { 175 public ChartToolbar createChartToolbar(ChartOutputTab tab) {
177 return new ChartToolbar(tab); 176 return new ChartToolbar(tab);
178 } 177 }
179 178
180 179

http://dive4elements.wald.intevation.org