comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java @ 3547:8a16ff3b9a7f

Removed trailing whitespace flys-client/trunk@5360 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 04 Sep 2012 14:19:23 +0000
parents 69fdeca46f7a
children 03de5c424f95
comparison
equal deleted inserted replaced
3546:12245d1386bb 3547:8a16ff3b9a7f
119 119
120 this.redrawRequestHandlers = new ArrayList<RedrawRequestHandler>(); 120 this.redrawRequestHandlers = new ArrayList<RedrawRequestHandler>();
121 this.outHandlers = new ArrayList<OutputParameterChangeHandler>(); 121 this.outHandlers = new ArrayList<OutputParameterChangeHandler>();
122 this.navigation = new ThemeNavigationPanel(); 122 this.navigation = new ThemeNavigationPanel();
123 this.navigation.addOnMoveHandler(this); 123 this.navigation.addOnMoveHandler(this);
124 124
125 this.setShowResizeBar(true); 125 this.setShowResizeBar(true);
126 } 126 }
127 127
128 128
129 public abstract void activateTheme(Theme theme, boolean active); 129 public abstract void activateTheme(Theme theme, boolean active);

http://dive4elements.wald.intevation.org