]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/BuiltinKeys.java
Externalize strings in org.simantics.db.procore.ui
[simantics/platform.git] / bundles / org.simantics.browsing.ui / src / org / simantics / browsing / ui / BuiltinKeys.java
index 4c219defb6a59750c7b27e4ca02fe059e245a16a..be283bd84845f322ef1a5c4ce6bb900e56c2faff 100644 (file)
@@ -58,7 +58,7 @@ public interface BuiltinKeys {
         private InputKey() {}
         @Override
         public String toString() {
-            return "INPUT";
+            return "INPUT"; //$NON-NLS-1$
         }
     };
 
@@ -77,7 +77,7 @@ public interface BuiltinKeys {
         private UIContextKey() {}
         @Override
         public String toString() {
-            return "UI_CONTEXT";
+            return "UI_CONTEXT"; //$NON-NLS-1$
         }
     };
 
@@ -96,7 +96,7 @@ public interface BuiltinKeys {
         private BrowseContextKey() {}
         @Override
         public String toString() {
-            return "BROWSE_CONTEXT";
+            return "BROWSE_CONTEXT"; //$NON-NLS-1$
         }
     };
 
@@ -115,7 +115,7 @@ public interface BuiltinKeys {
         private ActionBrowseContextKey() {}
         @Override
         public String toString() {
-            return "ACTION_BROWSE_CONTEXT";
+            return "ACTION_BROWSE_CONTEXT"; //$NON-NLS-1$
         }
     };
 
@@ -134,7 +134,7 @@ public interface BuiltinKeys {
         private FilterKey() {}
         @Override
         public String toString() {
-            return "FILTER";
+            return "FILTER"; //$NON-NLS-1$
         }
     };
 
@@ -153,21 +153,21 @@ public interface BuiltinKeys {
     public static final QueryKey<Viewpoint> SELECTED_VIEWPOINT = new QueryKey<Viewpoint>() {
         @Override
         public String toString() {
-            return "SELECTED_VIEWPOINT";
+            return "SELECTED_VIEWPOINT"; //$NON-NLS-1$
         }
     };
 
     public static final QueryKey<String> ACTIVE_FILTER = new QueryKey<String>() {
         @Override
         public String toString() {
-            return "ACTIVE_FILTER";
+            return "ACTIVE_FILTER"; //$NON-NLS-1$
         }
     };
 
     public static final QueryKey<Collection<ViewpointContribution>> VIEWPOINT_CONTRIBUTIONS = new QueryKey<Collection<ViewpointContribution>>() {
         @Override
         public String toString() {
-            return "VIEWPOINT_CONTRIBUTIONS";
+            return "VIEWPOINT_CONTRIBUTIONS"; //$NON-NLS-1$
         }
     };
 
@@ -181,7 +181,7 @@ public interface BuiltinKeys {
     public static final QueryKey<Collection<ViewpointFactory>> VIEWPOINT_FACTORIES = new QueryKey<Collection<ViewpointFactory>>() {
         @Override
         public String toString() {
-            return "VIEWPOINT_FACTORIES";
+            return "VIEWPOINT_FACTORIES"; //$NON-NLS-1$
         }
     };
 
@@ -192,7 +192,7 @@ public interface BuiltinKeys {
         }
         @Override
         public String getKeyName() {
-            return "SELECTED_VIEWPOINT_FACTORY";
+            return "SELECTED_VIEWPOINT_FACTORY"; //$NON-NLS-1$
         }
     };
 
@@ -203,7 +203,7 @@ public interface BuiltinKeys {
         }
         @Override
         public String getKeyName() {
-            return "VIEWPOINT";
+            return "VIEWPOINT"; //$NON-NLS-1$
         }
     };
 
@@ -214,7 +214,7 @@ public interface BuiltinKeys {
         }
         @Override
         public String getKeyName() {
-            return "VIEWPOINT_CONTRIBUTION";
+            return "VIEWPOINT_CONTRIBUTION"; //$NON-NLS-1$
         }
     };
 
@@ -224,7 +224,7 @@ public interface BuiltinKeys {
     public static final QueryKey<Collection<LabelDecoratorFactory>> LABEL_DECORATOR_FACTORIES = new QueryKey<Collection<LabelDecoratorFactory>>() {
         @Override
         public String toString() {
-            return "LABEL_DECORATOR_FACTORIES";
+            return "LABEL_DECORATOR_FACTORIES"; //$NON-NLS-1$
         }
     };
     /**
@@ -233,7 +233,7 @@ public interface BuiltinKeys {
     public static final QueryKey<Collection<LabelDecorator>> LABEL_DECORATORS = new QueryKey<Collection<LabelDecorator>>() {
         @Override
         public String toString() {
-            return "LABEL_DECORATORS";
+            return "LABEL_DECORATORS"; //$NON-NLS-1$
         }
     };
     /**
@@ -242,7 +242,7 @@ public interface BuiltinKeys {
     public static final QueryKey<Collection<ImageDecoratorFactory>> IMAGE_DECORATOR_FACTORIES = new QueryKey<Collection<ImageDecoratorFactory>>() {
         @Override
         public String toString() {
-            return "IMAGE_DECORATOR_FACTORIES";
+            return "IMAGE_DECORATOR_FACTORIES"; //$NON-NLS-1$
         }
     };
     /**
@@ -251,35 +251,35 @@ public interface BuiltinKeys {
     public static final QueryKey<Collection<ImageDecorator>> IMAGE_DECORATORS = new QueryKey<Collection<ImageDecorator>>() {
         @Override
         public String toString() {
-            return "IMAGE_DECORATORS";
+            return "IMAGE_DECORATORS"; //$NON-NLS-1$
         }
     };
 
     public static final QueryKey<Labeler> SELECTED_LABELER = new QueryKey<Labeler>() {
         @Override
         public String toString() {
-            return "SELECTED_LABELER";
+            return "SELECTED_LABELER"; //$NON-NLS-1$
         }
     };
 
     public static final QueryKey<Imager> SELECTED_IMAGER = new QueryKey<Imager>() {
         @Override
         public String toString() {
-            return "SELECTED_IMAGER";
+            return "SELECTED_IMAGER"; //$NON-NLS-1$
         }
     };
 
     public static final QueryKey<Collection<LabelDecoratorFactory>> SELECTED_LABEL_DECORATOR_FACTORIES = new QueryKey<Collection<LabelDecoratorFactory>>() {
         @Override
         public String toString() {
-            return "SELECTED_LABEL_DECORATOR_FACTORIES";
+            return "SELECTED_LABEL_DECORATOR_FACTORIES"; //$NON-NLS-1$
         }
     };
 
     public static final QueryKey<Collection<ImageDecoratorFactory>> SELECTED_IMAGE_DECORATOR_FACTORIES = new QueryKey<Collection<ImageDecoratorFactory>>() {
         @Override
         public String toString() {
-            return "SELECTED_IMAGE_DECORATOR_FACTORIES";
+            return "SELECTED_IMAGE_DECORATOR_FACTORIES"; //$NON-NLS-1$
         }
     };
 
@@ -293,7 +293,7 @@ public interface BuiltinKeys {
     public static final QueryKey<Collection<LabelerFactory>> LABELER_FACTORIES = new QueryKey<Collection<LabelerFactory>>() {
         @Override
         public String toString() {
-            return "LABELER_FACTORIES";
+            return "LABELER_FACTORIES"; //$NON-NLS-1$
         }
     };
 
@@ -307,7 +307,7 @@ public interface BuiltinKeys {
     public static final QueryKey<Collection<ImagerFactory>> IMAGER_FACTORIES = new QueryKey<Collection<ImagerFactory>>() {
         @Override
         public String toString() {
-            return "IMAGER_FACTORIES";
+            return "IMAGER_FACTORIES"; //$NON-NLS-1$
         }
     };
 
@@ -318,7 +318,7 @@ public interface BuiltinKeys {
         }
         @Override
         public String getKeyName() {
-            return "LABELER";
+            return "LABELER"; //$NON-NLS-1$
         }
     };
 
@@ -329,7 +329,7 @@ public interface BuiltinKeys {
         }
         @Override
         public String getKeyName() {
-            return "CHECK_STATE";
+            return "CHECK_STATE"; //$NON-NLS-1$
         }
     };
 
@@ -340,7 +340,7 @@ public interface BuiltinKeys {
         }
         @Override
         public String getKeyName() {
-            return "LABEL_DECORATOR";
+            return "LABEL_DECORATOR"; //$NON-NLS-1$
         }
     };
 
@@ -351,7 +351,7 @@ public interface BuiltinKeys {
         }
         @Override
         public String getKeyName() {
-            return "IMAGER";
+            return "IMAGER"; //$NON-NLS-1$
         }
     };
 
@@ -362,7 +362,7 @@ public interface BuiltinKeys {
         }
         @Override
         public String getKeyName() {
-            return "IMAGE_DECORATOR";
+            return "IMAGE_DECORATOR"; //$NON-NLS-1$
         }
     };
 
@@ -380,7 +380,7 @@ public interface BuiltinKeys {
     public static final PrimitiveQueryKey<Collection<SelectionRequest>> SELECTION_REQUESTS = new PrimitiveQueryKey<Collection<SelectionRequest>>() {
         @Override
         public String toString() {
-            return "SELECTION_REQUEST";
+            return "SELECTION_REQUEST"; //$NON-NLS-1$
         }
     };
 
@@ -400,7 +400,7 @@ public interface BuiltinKeys {
     public static final QueryKey<PrunedChildrenResult> PRUNED_CHILDREN = new QueryKey<PrunedChildrenResult>() {
         @Override
         public String toString() {
-            return "PRUNED_CHILDREN";
+            return "PRUNED_CHILDREN"; //$NON-NLS-1$
         }
     };
 
@@ -417,7 +417,7 @@ public interface BuiltinKeys {
     public static final QueryKey<ComparableContext[]> COMPARABLE_CHILDREN = new QueryKey<ComparableContext[]>() {
         @Override
         public String toString() {
-            return "COMPARABLE_CHILDREN";
+            return "COMPARABLE_CHILDREN"; //$NON-NLS-1$
         }
     };
 
@@ -431,7 +431,7 @@ public interface BuiltinKeys {
     public static final QueryKey<Collection<ComparableContextFactory>> COMPARABLE_FACTORIES = new QueryKey<Collection<ComparableContextFactory>>() {
         @Override
         public String toString() {
-            return "COMPARABLE_FACTORIES";
+            return "COMPARABLE_FACTORIES"; //$NON-NLS-1$
         }
     };
 
@@ -442,7 +442,7 @@ public interface BuiltinKeys {
         }
         @Override
         public String getKeyName() {
-            return "SELECTED_COMPARABLE_FACTORY";
+            return "SELECTED_COMPARABLE_FACTORY"; //$NON-NLS-1$
         }
     }
 
@@ -460,7 +460,7 @@ public interface BuiltinKeys {
     public static final QueryKey<NodeContext[]> FINAL_CHILDREN = new QueryKey<NodeContext[]>() {
         @Override
         public String toString() {
-            return "FINAL_CHILDREN";
+            return "FINAL_CHILDREN"; //$NON-NLS-1$
         }
     };
 
@@ -472,7 +472,7 @@ public interface BuiltinKeys {
     public static final PrimitiveQueryKey<Boolean> IS_EXPANDED = new PrimitiveQueryKey<Boolean>() {
         @Override
         public String toString() {
-            return "IS_EXPANDED";
+            return "IS_EXPANDED"; //$NON-NLS-1$
         }
     };
 
@@ -486,7 +486,7 @@ public interface BuiltinKeys {
     public static final QueryKey<CheckedState> IS_CHECKED = new QueryKey<CheckedState>() {
         @Override
         public String toString() {
-            return "IS_CHECKED";
+            return "IS_CHECKED"; //$NON-NLS-1$
         }
     };
 
@@ -506,7 +506,7 @@ public interface BuiltinKeys {
     public static final PrimitiveQueryKey<Integer> SHOW_MAX_CHILDREN = new PrimitiveQueryKey<Integer>() {
         @Override
         public String toString() {
-            return "SHOW_MAX_CHILDREN";
+            return "SHOW_MAX_CHILDREN"; //$NON-NLS-1$
         }
     };
 
@@ -514,7 +514,7 @@ public interface BuiltinKeys {
         private IsRootKey() {}
         @Override
         public String toString() {
-            return "IS_ROOT";
+            return "IS_ROOT"; //$NON-NLS-1$
         }
     };