]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview.ui.ontology/src/org/simantics/selectionview/ui/ontology/SelectionViewUIResources.java
(refs #7177) Rounded connections
[simantics/platform.git] / bundles / org.simantics.selectionview.ui.ontology / src / org / simantics / selectionview / ui / ontology / SelectionViewUIResources.java
index cdf0fa26fec940ee1d71406f381f8dafc8ea9512..b3b474592924db6526f71d61d4ecbdca4092f763 100644 (file)
@@ -14,6 +14,7 @@ public class SelectionViewUIResources {
     public final Resource CategoryNode;
     public final Resource CategoryNodeLabelRule;
     public final Resource PropertyColumn;
+    public final Resource SCLMain;
     public final Resource StandardProperties;
     public final Resource StandardPropertiesBase;
     public final Resource StandardPropertiesBase_BrowseContext;
@@ -37,6 +38,7 @@ public class SelectionViewUIResources {
         public static final String CategoryNode = "http://www.simantics.org/SelectionViewUI-1.1/CategoryNode";
         public static final String CategoryNodeLabelRule = "http://www.simantics.org/SelectionViewUI-1.1/CategoryNodeLabelRule";
         public static final String PropertyColumn = "http://www.simantics.org/SelectionViewUI-1.1/PropertyColumn";
+        public static final String SCLMain = "http://www.simantics.org/SelectionViewUI-1.1/SCLMain";
         public static final String StandardProperties = "http://www.simantics.org/SelectionViewUI-1.1/StandardProperties";
         public static final String StandardPropertiesBase = "http://www.simantics.org/SelectionViewUI-1.1/StandardPropertiesBase";
         public static final String StandardPropertiesBase_BrowseContext = "http://www.simantics.org/SelectionViewUI-1.1/StandardPropertiesBase/BrowseContext";
@@ -70,6 +72,7 @@ public class SelectionViewUIResources {
         CategoryNode = getResourceOrNull(graph, URIs.CategoryNode);
         CategoryNodeLabelRule = getResourceOrNull(graph, URIs.CategoryNodeLabelRule);
         PropertyColumn = getResourceOrNull(graph, URIs.PropertyColumn);
+        SCLMain = getResourceOrNull(graph, URIs.SCLMain);
         StandardProperties = getResourceOrNull(graph, URIs.StandardProperties);
         StandardPropertiesBase = getResourceOrNull(graph, URIs.StandardPropertiesBase);
         StandardPropertiesBase_BrowseContext = getResourceOrNull(graph, URIs.StandardPropertiesBase_BrowseContext);