comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 3363:8d38a1e097c2

Cosmetics. flys-client/trunk@5050 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 19 Jul 2012 08:21:49 +0000
parents 08f8524a81ad
children 8bedd1fcaeee
comparison
equal deleted inserted replaced
3362:bea50e45f0d3 3363:8d38a1e097c2
143 this.handlers = new ArrayList<CollectionChangeHandler>(); 143 this.handlers = new ArrayList<CollectionChangeHandler>();
144 this.outHandlers = new ArrayList<OutputModesChangeHandler>(); 144 this.outHandlers = new ArrayList<OutputModesChangeHandler>();
145 this.layout = new VLayout(); 145 this.layout = new VLayout();
146 this.parameterList = new ParameterList( 146 this.parameterList = new ParameterList(
147 flys, this, messages.new_project()); 147 flys, this, messages.new_project());
148 this.artifactsQueue = 0; 148 this.artifactsQueue = 0;
149 this.recommendationQueue = 0; 149 this.recommendationQueue = 0;
150 this.newRecommendations = new Stack<Recommendation>(); 150 this.newRecommendations = new Stack<Recommendation>();
151 151
152 this.currentKm = -1d; 152 this.currentKm = -1d;
153 this.minKm = -1d; 153 this.minKm = -1d;
154 this.maxKm = -1d; 154 this.maxKm = -1d;
155 this.steps = -1d; 155 this.steps = -1d;
422 422
423 423
424 protected void artifactChanged() { 424 protected void artifactChanged() {
425 ArtifactDescription desc = getArtifact().getArtifactDescription(); 425 ArtifactDescription desc = getArtifact().getArtifactDescription();
426 //OutputMode[] outs = desc.getOutputModes(); 426 //OutputMode[] outs = desc.getOutputModes();
427 final Recommendation[] recom = desc.getRecommendations(); 427 final Recommendation[] recom = desc.getRecommendations();
428 428
429 Collection c = getCollection(); 429 Collection c = getCollection();
430 430
431 if (c != null) { 431 if (c != null) {
432 Config config = Config.getInstance(); 432 Config config = Config.getInstance();

http://dive4elements.wald.intevation.org