]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
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