Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 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 | 1dbffe4c6d12 |
children | 3cf6ee30207c |
comparison
equal
deleted
inserted
replaced
599:1dbffe4c6d12 | 600:347cf4a5a486 |
---|---|
1 2011-06-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: | |
4 If an open project is removed (via context menu) the related | |
5 CollectionView is removed from screen. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/FLYS.java: Added a method | |
8 that returns the current FLYSWorkspace. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: | |
11 Added a method that destroys a CollectionView if it is open. | |
12 | |
1 2011-06-22 Ingo Weinzierl <ingo@intevation.de> | 13 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * src/main/java/de/intevation/flys/client/server/DoCollectionAction.java: | 15 * src/main/java/de/intevation/flys/client/server/DoCollectionAction.java: |
4 New. This base RPC service implementation handles collecion specific | 16 New. This base RPC service implementation handles collecion specific |
5 actions. It has a doAction() method that takes a Collection, the action | 17 actions. It has a doAction() method that takes a Collection, the action |