comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthPairSelectState.java @ 8951:322b0e6298ea

Work on SINFO FlowDepth-Development
author gernotbelger
date Fri, 16 Mar 2018 18:08:38 +0100
parents 5d5d482da3e9
children 5294114b1df4
comparison
equal deleted inserted replaced
8950:b0aeed4c97c1 8951:322b0e6298ea
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the 7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details. 8 * documentation coming with Dive4Elements River for details.
9 */ 9 */
10 package org.dive4elements.river.artifacts.sinfo.flowdepth; 10 package org.dive4elements.river.artifacts.sinfo.flowdepth;
11 11
12 import org.dive4elements.river.artifacts.states.WaterlevelPairSelectState; 12 import org.dive4elements.river.artifacts.sinfo.common.DatacagePairSelectState;
13 13
14 /** 14 /**
15 * @author Gernot Belger 15 * @author Gernot Belger
16 * 16 *
17 */ 17 */
18 // FIXME: very ugly; but probably we will break the serialization of WaterlevelPairSelectState if we introduce an 18 // FIXME: very ugly; but probably we will break the serialization of WaterlevelPairSelectState if we introduce an
19 // abstraction 19 // abstraction
20 public final class FlowDepthPairSelectState extends WaterlevelPairSelectState { 20 public final class FlowDepthPairSelectState extends DatacagePairSelectState {
21 21
22 private static final long serialVersionUID = 1L; 22 private static final long serialVersionUID = 1L;
23 23
24 /** Specify to display a datacage_twin_panel. */ 24 public FlowDepthPairSelectState() {
25 @Override 25 super("sinfo_flowdepth_twin_panel", "diffids");
26 protected String getUIProvider() {
27 return "sinfo_flowdepth_twin_panel";
28 } 26 }
29 } 27 }

http://dive4elements.wald.intevation.org