Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1545:2f0150f21e77
Added basic UI to enter manual points.
flys-client/trunk@3773 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 26 Jan 2012 13:27:19 +0000 |
parents | 2b3d02626823 |
children | 5c6a5832bde5 |
comparison
equal
deleted
inserted
replaced
1544:2b3d02626823 | 1545:2f0150f21e77 |
---|---|
1 2012-01-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Added basic UI to enter 'manual points'. | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/chart/ManualPointsEditor.java: | |
6 New. UI to enter and modify manual points. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | |
9 Modified constructor to avoid passing unused parameters, instantiate | |
10 ManualPointsEditor on users command. | |
11 | |
12 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
13 Reflect change in ChartToolbars constructor. | |
14 (getView): New. | |
15 | |
1 2012-01-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 16 2012-01-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 17 |
3 In preparation of 'manual points' feature, opened Collection | 18 In preparation of 'manual points' feature, opened Collection |
4 interface. | 19 interface. |
5 | 20 |