comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java @ 1568:2432973ccced

Handle manual points on a per-chart(type) basis. flys-client/trunk@3831 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 30 Jan 2012 13:36:10 +0000
parents eff394f9714a
children 45cd2364adad
comparison
equal deleted inserted replaced
1567:7e738bc8ed75 1568:2432973ccced
207 207
208 208
209 /** Open editor for custom points. */ 209 /** Open editor for custom points. */
210 protected void openPointWindow() { 210 protected void openPointWindow() {
211 new ManualPointsEditor(chartTab.getView().getCollection(), 211 new ManualPointsEditor(chartTab.getView().getCollection(),
212 this.chartTab).show(); 212 this.chartTab, this.chartTab.getMode().getName()).show();
213 } 213 }
214 } 214 }
215 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 215 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org