src/java/de/uapcore/lightpit/LightPITModule.java

changeset 18
a94b172c3a93
parent 11
737ab27e37b3
child 20
bd1a76c91d5b
equal deleted inserted replaced
17:d1036b776eee 18:a94b172c3a93
69 */ 69 */
70 String modulePath(); 70 String modulePath();
71 71
72 /** 72 /**
73 * Returns the properties key for the menu label. 73 * Returns the properties key for the menu label.
74 *
75 * Set this string to empty string, if the module should be hidden from
76 * the menu.
77 *
74 * @return the properties key 78 * @return the properties key
75 */ 79 */
76 String menuKey() default "menuLabel"; 80 String menuKey() default "menuLabel";
77 81
78 /** 82 /**

mercurial