comparison flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java @ 3549:6a8f83c538e3

Merged revisions 5384 via svnmerge from file:///home/clients/bsh/bsh-generischer-viewer/Material/SVN/flys-client/trunk ........ r5384 | felix | 2012-09-07 15:02:46 +0200 (Fr, 07 Sep 2012) | 1 line Cosmetics, docs. ........ flys-client/tags/2.9@5389 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 07 Sep 2012 13:12:48 +0000
parents 0de0ef04bcdc
children a050cb5f303f
comparison
equal deleted inserted replaced
3548:fed914a42a10 3549:6a8f83c538e3
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