comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java @ 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 959e1d0df941
children e2f74131ffc1
comparison
equal deleted inserted replaced
1544:2b3d02626823 1545:2f0150f21e77
52 protected Button addPoints; 52 protected Button addPoints;
53 53
54 protected PanControl panControl; 54 protected PanControl panControl;
55 55
56 56
57 public ChartToolbar(CollectionView view, ChartOutputTab chartTab) { 57 /** @param chartTab Output-Tab on which this toolbar is located. */
58 public ChartToolbar(ChartOutputTab chartTab) {
58 super(chartTab); 59 super(chartTab);
59 60
60 this.chartTab = chartTab; 61 this.chartTab = chartTab;
61 datacage = new Button(MSG.databasket()); 62 datacage = new Button(MSG.databasket());
62 position = new MousePositionPanel(chartTab); 63 position = new MousePositionPanel(chartTab);
206 } 207 }
207 208
208 209
209 /** Open editor for custom points. */ 210 /** Open editor for custom points. */
210 protected void openPointWindow() { 211 protected void openPointWindow() {
211 212 new ManualPointsEditor(chartTab.getView().getCollection()).show();
212 // TBD
213 } 213 }
214 } 214 }
215 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 215 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org