Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 6:e2b3966b40ca
Added a workspace that handles the collection windows. New button to open a new collection.
flys-client/trunk@1314 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 11 Feb 2011 09:51:32 +0000 |
parents | 14bf7895a2ec |
children | a65793e08245 |
comparison
equal
deleted
inserted
replaced
5:14bf7895a2ec | 6:e2b3966b40ca |
---|---|
1 2011-02-11 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, | |
4 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, | |
5 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: New | |
6 strings for the CollectionViews. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: New. | |
9 This is the workspace for FLYS. It contains the windows for each | |
10 collection of the user. | |
11 | |
12 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
13 New. This window will display a collection. Currently, it has just a | |
14 title, but no content. | |
15 | |
16 * src/main/java/de/intevation/flys/client/client/ui/FLYSView.java: Displays | |
17 the FLYSWorkspace. | |
18 | |
19 * src/main/java/de/intevation/flys/client/client/ui/MainMenu.java: Added a | |
20 button to open new collections. | |
21 | |
22 * src/main/java/de/intevation/flys/client/client/FLYS.java: The | |
23 FLYSWorkspace is created here. FLYS stores a reference to it and puts the | |
24 workspace into the FLYSView. Furthermore, there is a new method that | |
25 creates new Collections. | |
26 | |
27 NOTE: Currently, there is no communication with the artifact server, | |
28 because Collections aren't implemented yet! | |
29 | |
1 2011-02-11 Ingo Weinzierl <ingo@intevation.de> | 30 2011-02-11 Ingo Weinzierl <ingo@intevation.de> |
2 | 31 |
3 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, | 32 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
4 src/main/java/de/intevation/flys/client/shared/model/Collection.java: | 33 src/main/java/de/intevation/flys/client/shared/model/Collection.java: |
5 Added a new method that returns the UUID of the collection. | 34 Added a new method that returns the UUID of the collection. |