comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/ChartMode.java @ 3386:b5930486594d

Added new titles for 'fix_vollmer_wq_curve' Output; let it use NaviChartOutputTab. flys-client/trunk@5136 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 26 Jul 2012 10:46:12 +0000
parents 5161e25392ea
children 4ac69bb4b39d
comparison
equal deleted inserted replaced
3385:9056ff5abd61 3386:b5930486594d
36 36
37 @Override 37 @Override
38 public OutputTab createOutputTab(String t, Collection c, CollectionView p) { 38 public OutputTab createOutputTab(String t, Collection c, CollectionView p) {
39 if (this.getName().equals("fix_wq_curve") || 39 if (this.getName().equals("fix_wq_curve") ||
40 this.getName().equals("fix_deltawt_curve") || 40 this.getName().equals("fix_deltawt_curve") ||
41 this.getName().equals("fix_derivate_curve")) { 41 this.getName().equals("fix_derivate_curve") ||
42 this.getName().equals("fix_vollmer_wq_curve")){
42 return new NaviChartOutputTab(t, c, this, p); 43 return new NaviChartOutputTab(t, c, this, p);
43 } 44 }
44 return new ChartOutputTab(t, c, this, p); 45 return new ChartOutputTab(t, c, this, p);
45 } 46 }
46 } 47 }

http://dive4elements.wald.intevation.org