Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 225:9040663aee01
Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
flys-client/trunk@1670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 12 Apr 2011 11:01:09 +0000 |
parents | a4a68b4ee2a3 |
children | a13382876e5d |
comparison
equal
deleted
inserted
replaced
224:a4a68b4ee2a3 | 225:9040663aee01 |
---|---|
1 2011-04-12 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/FLYS.java: | |
4 Implemented a method to open an existing project. The method takes the | |
5 UUID of a Collection and creates a new CollectionView with | |
6 ParameterList based on the first Artifact that is stored in that | |
7 Collection. | |
8 | |
9 NOTE: Maybe we need to introduce a mechanism to mark the artifact that | |
10 defines the parameterization. I am not sure, if the first artifact is | |
11 always the artifact that the Collection's parameterization is based on! | |
12 | |
13 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: | |
14 Triggers the method of FLYS to open an existing project. | |
15 | |
1 2011-04-12 Ingo Weinzierl <ingo@intevation.de> | 16 2011-04-12 Ingo Weinzierl <ingo@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, | 18 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, |
4 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | 19 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
5 Added new constructors that enables us to create instances with an | 20 Added new constructors that enables us to create instances with an |