comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 521:fc60822e9c89

Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package. flys-client/trunk@2000 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 25 May 2011 08:03:02 +0000
parents e090fbd5a535
children d2c37ba78feb
comparison
equal deleted inserted replaced
520:9e2b151770bd 521:fc60822e9c89
37 import de.intevation.flys.client.client.services.AddArtifactServiceAsync; 37 import de.intevation.flys.client.client.services.AddArtifactServiceAsync;
38 import de.intevation.flys.client.client.services.CreateCollectionService; 38 import de.intevation.flys.client.client.services.CreateCollectionService;
39 import de.intevation.flys.client.client.services.CreateCollectionServiceAsync; 39 import de.intevation.flys.client.client.services.CreateCollectionServiceAsync;
40 import de.intevation.flys.client.client.services.DescribeCollectionService; 40 import de.intevation.flys.client.client.services.DescribeCollectionService;
41 import de.intevation.flys.client.client.services.DescribeCollectionServiceAsync; 41 import de.intevation.flys.client.client.services.DescribeCollectionServiceAsync;
42 import de.intevation.flys.client.client.ui.chart.ChartOutputTab;
42 43
43 44
44 /** 45 /**
45 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 46 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
46 */ 47 */
282 /** 283 /**
283 * Returns the artifact that is used for the parameterization. 284 * Returns the artifact that is used for the parameterization.
284 * 285 *
285 * @return the artifact that is used for the parameterization. 286 * @return the artifact that is used for the parameterization.
286 */ 287 */
287 protected Artifact getArtifact() { 288 public Artifact getArtifact() {
288 return artifact; 289 return artifact;
289 } 290 }
290 291
291 292
292 /** 293 /**
293 * Set the current artifact that is the master of the parameterization. 294 * Set the current artifact that is the master of the parameterization.
294 * 295 *
295 * @param artifact The new artifact. 296 * @param artifact The new artifact.
296 */ 297 */
297 protected void setArtifact(Artifact artifact) { 298 public void setArtifact(Artifact artifact) {
298 this.artifact = artifact; 299 this.artifact = artifact;
299 } 300 }
300 301
301 302
302 /** 303 /**

http://dive4elements.wald.intevation.org