comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.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 17c66d38f095
comparison
equal deleted inserted replaced
3370:08b2472111aa 3371:b6575b8c8db0
47 /** @param chartTab Output-Tab on which this toolbar is located. */ 47 /** @param chartTab Output-Tab on which this toolbar is located. */
48 public ChartToolbar(ChartOutputTab chartTab) { 48 public ChartToolbar(ChartOutputTab chartTab) {
49 super(chartTab); 49 super(chartTab);
50 initTools(); 50 initTools();
51 } 51 }
52 52
53 53
54 protected void initTools() { 54 protected void initTools() {
55 ChartOutputTab chartTab = getChartOutputTab(); 55 ChartOutputTab chartTab = getChartOutputTab();
56 56
57 manageThemes = new Button(MSG.manageThemes()); 57 manageThemes = new Button(MSG.manageThemes());
58 datacage = new Button(MSG.databasket()); 58 datacage = new Button(MSG.databasket());
59 position = new MousePositionPanel(chartTab); 59 position = new MousePositionPanel(chartTab);
60 zoombox = new ZoomboxControl(chartTab, MSG.zoom_in()); 60 zoombox = new ZoomboxControl(chartTab, MSG.zoom_in());
61 zoomToMaxExtent = new ImgButton(); 61 zoomToMaxExtent = new ImgButton();

http://dive4elements.wald.intevation.org