Salome HOME
Default document types mappings are moved from application settings (my.xml) to proje...
[tools/siman.git] / Workspace / Siman / src / org / splat / wapp / Constants.java
index 54fc75f44f744fe2741c926d98a5d57cf47b711c..67ca84e11608de1ea54866a4b29c06219eedb8df 100644 (file)
@@ -14,10 +14,28 @@ package org.splat.wapp;
  * SIMAN constants.
  */
 public class Constants {
+       /**
+        * Standard menu key.
+        */
        public final static String STANDARD_MENU = "standard";
+       /**
+        * Study menu key.
+        */
        public final static String STUDY_MENU = "study";
+       /**
+        * Knowledge menu key.
+        */
        public final static String KNOWLEDGE_MENU = "knowledge";
+       /**
+        * No selected item key.
+        */
        public final static String NONE = "none";
+       /**
+        * TRUE literal constant.
+        */
        public final static String TRUE = "true";
+       /**
+        * Scenario properties menu key.
+        */
        public final static String PROP_SCENARIO = "prop-scenario";
 }