comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java @ 4980:e70ff0a600a3

flys-client: Whitespace and doc cosemtics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 14 Feb 2013 09:29:51 +0100
parents 65eadfe33466
children
comparison
equal deleted inserted replaced
4979:4c76c5f69eaf 4980:e70ff0a600a3
31 public static int MAX_WINDOWS = 10; 31 public static int MAX_WINDOWS = 10;
32 32
33 /** The number of pixels used to move windows.*/ 33 /** The number of pixels used to move windows.*/
34 public static int WINDOW_OFFSET = 20; 34 public static int WINDOW_OFFSET = 20;
35 35
36
37 /** A map that contains the open CollectionViews. */ 36 /** A map that contains the open CollectionViews. */
38 protected Map<String, CollectionView> views; 37 protected Map<String, CollectionView> views;
39 38
40 /** The interface that provides the message resources. */ 39 /** The interface that provides the message resources. */
41 private FLYSConstants MESSAGES = GWT.create(FLYSConstants.class); 40 private FLYSConstants MESSAGES = GWT.create(FLYSConstants.class);
42 41
42 /** Application instance. */
43 private FLYS flys; 43 private FLYS flys;
44
44 45
45 /** 46 /**
46 * The default constructor creates an empty FLYSWorkspace with no 47 * The default constructor creates an empty FLYSWorkspace with no
47 * CollectionViews opened. 48 * CollectionViews opened.
48 */ 49 */

http://dive4elements.wald.intevation.org