comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/OutputTab.java @ 883:cd286de8f2ad

Datacage window in Output tabs fetches information for the current output now. flys-client/trunk@2717 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 13 Sep 2011 10:47:28 +0000
parents 1c0731f69dc6
children 9981ba2ee13a
comparison
equal deleted inserted replaced
882:d3b4010d2c89 883:cd286de8f2ad
30 this.collection = collection; 30 this.collection = collection;
31 this.mode = mode; 31 this.mode = mode;
32 32
33 setPane(new Label("Implement concrete subclasses to vary the output.")); 33 setPane(new Label("Implement concrete subclasses to vary the output."));
34 } 34 }
35
36
37 public String getOutputName() {
38 return mode.getName();
39 }
35 } 40 }
36 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 41 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org