diff flys-client/src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java @ 895:9acbd3f98262

Update the collection view title when the project name changes. (Issue166) flys-client/trunk@2740 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 14 Sep 2011 11:36:06 +0000
parents 347cf4a5a486
children fe23bbf0ea11
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java	Wed Sep 14 11:07:19 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java	Wed Sep 14 11:36:06 2011 +0000
@@ -76,5 +76,11 @@
             project.destroy();
         }
     }
+
+
+    public void updateTitle(String uuid, String title) {
+        CollectionView view = views.get(uuid);
+        view.setTitle(title);
+    }
 }
 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org