]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.selectionview/src/org/simantics/selectionview/CategoryNode.java
8cb083f4f0b24b0cffd8fd3b370836d35e3b68cb
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / CategoryNode.java
1 package org.simantics.selectionview;\r
2 \r
3 public interface CategoryNode {\r
4 \r
5         String getName();\r
6         String getSortingName();\r
7         \r
8 }\r