comparison flys-client/src/main/java/de/intevation/flys/client/client/FLYS.java @ 600:347cf4a5a486

Open projects are removed from screen if the user deletes them (via project list). flys-client/trunk@2205 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 22 Jun 2011 13:39:15 +0000
parents 92c200887b20
children 9e30c776cbef
comparison
equal deleted inserted replaced
599:1dbffe4c6d12 600:347cf4a5a486
188 return projectList; 188 return projectList;
189 } 189 }
190 190
191 191
192 /** 192 /**
193 * Returns the projects workspace that contains all project windows.
194 *
195 * @return the FLYSWorkspace.
196 */
197 public FLYSWorkspace getWorkspace() {
198 return workspace;
199 }
200
201
202 /**
193 * Returns a list of rivers supported by the artifact server. 203 * Returns a list of rivers supported by the artifact server.
194 * 204 *
195 * @return a list of rivers supported by the artifact server. 205 * @return a list of rivers supported by the artifact server.
196 */ 206 */
197 public River[] getRivers() { 207 public River[] getRivers() {

http://dive4elements.wald.intevation.org