diff flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java @ 3693:b63e6fdd8cd0

Cosmetics, docs. flys-client/trunk@5384 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 07 Sep 2012 13:02:46 +0000
parents 0de0ef04bcdc
children a050cb5f303f
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java	Fri Sep 07 11:58:11 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java	Fri Sep 07 13:02:46 2012 +0000
@@ -75,7 +75,7 @@
     /** The menu bar at the top of the application. */
     protected MainMenu menu;
 
-    /** The content window. It takes the whole space beneath the menu bar.*/
+    /** The content window. It takes the whole space beneath the menu bar. */
     protected FLYSView view;
 
     /** The project list that displays the projects of the user. */
@@ -314,11 +314,13 @@
     }
 
 
+    /** Whether project uuid is currently opened. */
     protected boolean isProjectLocked(String uuid) {
         return openProjects.contains(uuid);
     }
 
 
+    /** Opens (or bring into foreground) project with given id. */
     public void openProject(final String collectionID) {
         if (collectionID == null) {
             return;

http://dive4elements.wald.intevation.org