comparison 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
comparison
equal deleted inserted replaced
3692:d18e6811e924 3693:b63e6fdd8cd0
73 73
74 74
75 /** The menu bar at the top of the application. */ 75 /** The menu bar at the top of the application. */
76 protected MainMenu menu; 76 protected MainMenu menu;
77 77
78 /** The content window. It takes the whole space beneath the menu bar.*/ 78 /** The content window. It takes the whole space beneath the menu bar. */
79 protected FLYSView view; 79 protected FLYSView view;
80 80
81 /** The project list that displays the projects of the user. */ 81 /** The project list that displays the projects of the user. */
82 protected ProjectList projectList; 82 protected ProjectList projectList;
83 83
312 protected void unlockProject(String uuid) { 312 protected void unlockProject(String uuid) {
313 openProjects.remove(uuid); 313 openProjects.remove(uuid);
314 } 314 }
315 315
316 316
317 /** Whether project uuid is currently opened. */
317 protected boolean isProjectLocked(String uuid) { 318 protected boolean isProjectLocked(String uuid) {
318 return openProjects.contains(uuid); 319 return openProjects.contains(uuid);
319 } 320 }
320 321
321 322
323 /** Opens (or bring into foreground) project with given id. */
322 public void openProject(final String collectionID) { 324 public void openProject(final String collectionID) {
323 if (collectionID == null) { 325 if (collectionID == null) {
324 return; 326 return;
325 } 327 }
326 328

http://dive4elements.wald.intevation.org