comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 825:1b9b7e9ab219

Save and reload user defined geometries (barriers) in the map. flys-client/trunk@2522 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 22 Aug 2011 13:29:55 +0000
parents 912379835298
children e699adf3b092
comparison
equal deleted inserted replaced
824:3fe265b47675 825:1b9b7e9ab219
142 } 142 }
143 143
144 144
145 public CollectionView(FLYS flys, Collection collection, Artifact artifact) { 145 public CollectionView(FLYS flys, Collection collection, Artifact artifact) {
146 this.flys = flys; 146 this.flys = flys;
147 this.artifact = artifact;
148 this.collection = collection;
147 this.tabs = new TabSet(); 149 this.tabs = new TabSet();
148 this.outputTabs = new HashMap<String, OutputTab>(); 150 this.outputTabs = new HashMap<String, OutputTab>();
149 this.handlers = new ArrayList<CollectionChangeHandler>(); 151 this.handlers = new ArrayList<CollectionChangeHandler>();
150 this.outHandlers = new ArrayList<OutputModesChangeHandler>(); 152 this.outHandlers = new ArrayList<OutputModesChangeHandler>();
151 this.layout = new VLayout(); 153 this.layout = new VLayout();

http://dive4elements.wald.intevation.org