Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1571:1227878665b5
Introduced a DataFactory that should be used to create new Data instances.
flys-client/trunk@3836 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 31 Jan 2012 10:34:54 +0000 |
parents | eeee85c4d996 |
children | 60f8edc7a6f0 |
comparison
equal
deleted
inserted
replaced
1570:eeee85c4d996 | 1571:1227878665b5 |
---|---|
1 2012-01-31 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/DataFactory.java: New. | |
4 This class should be used to create new Data instances. | |
5 | |
6 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: | |
7 Use DataFactory to create new Data instances for the old Data objects | |
8 contained in the static ui part of the Artifact's DESCRIBE document. | |
9 | |
1 2012-01-30 Raimund Renkert <raimund.renkert@intevation.de> | 10 2012-01-30 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ManualPointsEditor.java: | 12 * src/main/java/de/intevation/flys/client/client/ui/chart/ManualPointsEditor.java: |
4 Adjusted table height to fill the window. | 13 Adjusted table height to fill the window. |
5 | 14 |