comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/OutputTab.java @ 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
28 super(title); 28 super(title);
29 29
30 this.collection = collection; 30 this.collection = collection;
31 this.mode = mode; 31 this.mode = mode;
32 32
33 init();
34 }
35
36
37 /**
38 * Method that is called at the end of a constructor to initialize the view
39 * of this widget.
40 */
41 protected void init() {
42 setPane(new Label("Implement concrete subclasses to vary the output.")); 33 setPane(new Label("Implement concrete subclasses to vary the output."));
43 } 34 }
44 } 35 }
45 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 36 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org