Mercurial > dive4elements > river
changeset 1557:964e90c5b4c1
Invested 2 seconds after losing 3.
flys-client/trunk@3796 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 27 Jan 2012 13:05:24 +0000 |
parents | 3324ef9d8341 |
children | eff394f9714a |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java |
diffstat | 2 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Jan 27 13:02:46 2012 +0000 +++ b/flys-client/ChangeLog Fri Jan 27 13:05:24 2012 +0000 @@ -1,3 +1,8 @@ +2012-01-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + Invested 2 seconds after losing 3. + 2012-01-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java,
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java Fri Jan 27 13:02:46 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java Fri Jan 27 13:05:24 2012 +0000 @@ -122,8 +122,6 @@ /** * This constructor creates a new CollectionView that is used to display the * <i>collection</i>. - * - * @param collection The collection to be displayed. */ public CollectionView(FLYS flys) { // do this first because it takes longer than the other stuff in here. @@ -154,7 +152,9 @@ init(); } - + /** + * @param collection The collection to be displayed. + */ public CollectionView(FLYS flys, Collection collection, Artifact artifact) { this.flys = flys; this.artifact = artifact; @@ -426,6 +426,7 @@ * Set the current collection. * * @param collection The new collection. + * @param suppress Whether to fire a collectionchangeevent. */ protected void setCollection(Collection collection, boolean suppress) { if (collection != null && this.collection == null) {