]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.selectionview/src/org/simantics/selectionview/CategoryNode.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / CategoryNode.java
diff --git a/bundles/org.simantics.selectionview/src/org/simantics/selectionview/CategoryNode.java b/bundles/org.simantics.selectionview/src/org/simantics/selectionview/CategoryNode.java
new file mode 100644 (file)
index 0000000..8cb083f
--- /dev/null
@@ -0,0 +1,8 @@
+package org.simantics.selectionview;\r
+\r
+public interface CategoryNode {\r
+\r
+       String getName();\r
+       String getSortingName();\r
+       \r
+}\r