comparison src/econnect/wp3_3/client/core/StiConstants.java @ 61:eac73bf1ce6e CellTable

add overlay functionality (beta)
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Fri, 14 Dec 2012 16:33:36 +0100
parents 175c1eecaf84
children
comparison
equal deleted inserted replaced
60:6f2d2b6f969a 61:eac73bf1ce6e
65 String plotZoom(); 65 String plotZoom();
66 66
67 @DefaultStringValue("Choose from different map types") 67 @DefaultStringValue("Choose from different map types")
68 String mapLayers(); 68 String mapLayers();
69 69
70 @DefaultStringValue("Choose from different overlay types")
71 String overlayLayers();
72
70 @DefaultStringValue("Animation Control for a selected time range") 73 @DefaultStringValue("Animation Control for a selected time range")
71 String animation0(); 74 String animation0();
72 75
73 @DefaultStringValue("Animate selected time range") 76 @DefaultStringValue("Animate selected time range")
74 String animation1(); 77 String animation1();