comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/StyleSetting.java @ 1345:92074508a387

Added documentation. flys-client/trunk@3003 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 18 Oct 2011 12:33:23 +0000
parents 0f3b19df1880
children cd068ff7966d
comparison
equal deleted inserted replaced
1344:51d4b51a51ed 1345:92074508a387
21 protected String hints; 21 protected String hints;
22 22
23 /**The type*/ 23 /**The type*/
24 protected String type; 24 protected String type;
25 25
26
27 /**
28 * Create a new StyleSetting for theme attribution.
29 */
26 public StyleSetting() { 30 public StyleSetting() {
27 } 31 }
28 32
33
34 /**
35 * Create a new StyleSetting for theme attribution.
36 * @param name The attribute name.
37 * @param defaultValue The current value.
38 * @param displayName The name to show in a dialog.
39 * @param hints Hints.
40 * @param type The attribute type.
41 */
29 public StyleSetting( 42 public StyleSetting(
30 String name, 43 String name,
31 String defaultValue, 44 String defaultValue,
32 String displayName, 45 String displayName,
33 String hints, 46 String hints,

http://dive4elements.wald.intevation.org