X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.browsing.ui%2Fsrc%2Forg%2Fsimantics%2Fbrowsing%2Fui%2FBuiltinKeys.java;fp=bundles%2Forg.simantics.browsing.ui%2Fsrc%2Forg%2Fsimantics%2Fbrowsing%2Fui%2FBuiltinKeys.java;h=be283bd84845f322ef1a5c4ce6bb900e56c2faff;hp=4c219defb6a59750c7b27e4ca02fe059e245a16a;hb=1fe7ef332a6f996a13b4dda38bc85a743a154baa;hpb=662ee6d0e68c386fdbc22300bdadb58d61de5b17 diff --git a/bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/BuiltinKeys.java b/bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/BuiltinKeys.java index 4c219defb..be283bd84 100644 --- a/bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/BuiltinKeys.java +++ b/bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/BuiltinKeys.java @@ -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 SELECTED_VIEWPOINT = new QueryKey() { @Override public String toString() { - return "SELECTED_VIEWPOINT"; + return "SELECTED_VIEWPOINT"; //$NON-NLS-1$ } }; public static final QueryKey ACTIVE_FILTER = new QueryKey() { @Override public String toString() { - return "ACTIVE_FILTER"; + return "ACTIVE_FILTER"; //$NON-NLS-1$ } }; public static final QueryKey> VIEWPOINT_CONTRIBUTIONS = new QueryKey>() { @Override public String toString() { - return "VIEWPOINT_CONTRIBUTIONS"; + return "VIEWPOINT_CONTRIBUTIONS"; //$NON-NLS-1$ } }; @@ -181,7 +181,7 @@ public interface BuiltinKeys { public static final QueryKey> VIEWPOINT_FACTORIES = new QueryKey>() { @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> LABEL_DECORATOR_FACTORIES = new QueryKey>() { @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> LABEL_DECORATORS = new QueryKey>() { @Override public String toString() { - return "LABEL_DECORATORS"; + return "LABEL_DECORATORS"; //$NON-NLS-1$ } }; /** @@ -242,7 +242,7 @@ public interface BuiltinKeys { public static final QueryKey> IMAGE_DECORATOR_FACTORIES = new QueryKey>() { @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> IMAGE_DECORATORS = new QueryKey>() { @Override public String toString() { - return "IMAGE_DECORATORS"; + return "IMAGE_DECORATORS"; //$NON-NLS-1$ } }; public static final QueryKey SELECTED_LABELER = new QueryKey() { @Override public String toString() { - return "SELECTED_LABELER"; + return "SELECTED_LABELER"; //$NON-NLS-1$ } }; public static final QueryKey SELECTED_IMAGER = new QueryKey() { @Override public String toString() { - return "SELECTED_IMAGER"; + return "SELECTED_IMAGER"; //$NON-NLS-1$ } }; public static final QueryKey> SELECTED_LABEL_DECORATOR_FACTORIES = new QueryKey>() { @Override public String toString() { - return "SELECTED_LABEL_DECORATOR_FACTORIES"; + return "SELECTED_LABEL_DECORATOR_FACTORIES"; //$NON-NLS-1$ } }; public static final QueryKey> SELECTED_IMAGE_DECORATOR_FACTORIES = new QueryKey>() { @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> LABELER_FACTORIES = new QueryKey>() { @Override public String toString() { - return "LABELER_FACTORIES"; + return "LABELER_FACTORIES"; //$NON-NLS-1$ } }; @@ -307,7 +307,7 @@ public interface BuiltinKeys { public static final QueryKey> IMAGER_FACTORIES = new QueryKey>() { @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> SELECTION_REQUESTS = new PrimitiveQueryKey>() { @Override public String toString() { - return "SELECTION_REQUEST"; + return "SELECTION_REQUEST"; //$NON-NLS-1$ } }; @@ -400,7 +400,7 @@ public interface BuiltinKeys { public static final QueryKey PRUNED_CHILDREN = new QueryKey() { @Override public String toString() { - return "PRUNED_CHILDREN"; + return "PRUNED_CHILDREN"; //$NON-NLS-1$ } }; @@ -417,7 +417,7 @@ public interface BuiltinKeys { public static final QueryKey COMPARABLE_CHILDREN = new QueryKey() { @Override public String toString() { - return "COMPARABLE_CHILDREN"; + return "COMPARABLE_CHILDREN"; //$NON-NLS-1$ } }; @@ -431,7 +431,7 @@ public interface BuiltinKeys { public static final QueryKey> COMPARABLE_FACTORIES = new QueryKey>() { @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 FINAL_CHILDREN = new QueryKey() { @Override public String toString() { - return "FINAL_CHILDREN"; + return "FINAL_CHILDREN"; //$NON-NLS-1$ } }; @@ -472,7 +472,7 @@ public interface BuiltinKeys { public static final PrimitiveQueryKey IS_EXPANDED = new PrimitiveQueryKey() { @Override public String toString() { - return "IS_EXPANDED"; + return "IS_EXPANDED"; //$NON-NLS-1$ } }; @@ -486,7 +486,7 @@ public interface BuiltinKeys { public static final QueryKey IS_CHECKED = new QueryKey() { @Override public String toString() { - return "IS_CHECKED"; + return "IS_CHECKED"; //$NON-NLS-1$ } }; @@ -506,7 +506,7 @@ public interface BuiltinKeys { public static final PrimitiveQueryKey SHOW_MAX_CHILDREN = new PrimitiveQueryKey() { @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$ } };