Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 75:571843833129
Added a panel that will be used to display chart output.
flys-client/trunk@1578 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 28 Mar 2011 07:55:39 +0000 |
parents | c5586446f3c0 |
children | 1c0731f69dc6 |
comparison
equal
deleted
inserted
replaced
74:c5586446f3c0 | 75:571843833129 |
---|---|
1 2011-03-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: | |
4 An OutputTab with two panels. The left one is not implemented yet | |
5 (ThemeEditor). The right one will display an image. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/OutputTab.java: The | |
8 content pane is set in the constructor. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
11 New output tabs will use the ChartOutputTab. | |
12 | |
13 NOTE: We should move the code that constructs the concrete output tabs | |
14 into a factory class that decides which OutputTab has to be used. | |
15 | |
1 2011-03-28 Ingo Weinzierl <ingo@intevation.de> | 16 2011-03-28 Ingo Weinzierl <ingo@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | 18 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
4 The tab bar is extended with output tabs if the artifact used for the | 19 The tab bar is extended with output tabs if the artifact used for the |
5 parameterization reaches a state with output modes. | 20 parameterization reaches a state with output modes. |