comparison flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java @ 864:c0e13cf826d7

Cosmetics, doc. flys-client/trunk@2671 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 08 Sep 2011 06:56:17 +0000
parents 4db672cdacb2
children 94d4f040da3a
comparison
equal deleted inserted replaced
863:9bb8b7a751ec 864:c0e13cf826d7
72 /** The GetArtifactService used to open an existing collection. */ 72 /** The GetArtifactService used to open an existing collection. */
73 protected GetArtifactServiceAsync getArtifactService = 73 protected GetArtifactServiceAsync getArtifactService =
74 GWT.create(GetArtifactService.class); 74 GWT.create(GetArtifactService.class);
75 75
76 76
77 /** The menu bar at the top of the application.*/ 77 /** The menu bar at the top of the application. */
78 protected MainMenu menu; 78 protected MainMenu menu;
79 79
80 /** The content window. It takes the whole space beneath the menu bar.*/ 80 /** The content window. It takes the whole space beneath the menu bar.*/
81 protected FLYSView view; 81 protected FLYSView view;
82 82
83 /** The project list that displays the projects of the user.*/ 83 /** The project list that displays the projects of the user. */
84 protected ProjectList projectList; 84 protected ProjectList projectList;
85 85
86 /** The FLYSWorkspace.*/ 86 /** The FLYSWorkspace. */
87 protected FLYSWorkspace workspace; 87 protected FLYSWorkspace workspace;
88 88
89 /** The footer. */ 89 /** The footer. */
90 protected FLYSFooter footer; 90 protected FLYSFooter footer;
91 91
92 /** The user who is currently logged in.*/ 92 /** The user who is currently logged in. */
93 protected User currentUser; 93 protected User currentUser;
94 94
95 /** The list of rivers supported by the server.*/ 95 /** The list of rivers supported by the server. */
96 protected River[] rivers; 96 protected River[] rivers;
97 97
98 /** This list is used to track the opened projects.*/ 98 /** This list is used to track the opened projects. */
99 protected List<String> openProjects; 99 protected List<String> openProjects;
100 100
101 101
102 /** 102 /**
103 * This is the entry point method. 103 * This is the entry point method.

http://dive4elements.wald.intevation.org