]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.selectionview/src/org/simantics/selectionview/CategoryNode.java
Update to io.grcp 1.21.0 and protobuf 3.7.1
[simantics/platform.git] / bundles / org.simantics.selectionview / src / org / simantics / selectionview / CategoryNode.java
1 package org.simantics.selectionview;
2
3 public interface CategoryNode {
4
5         String getName();
6         String getSortingName();
7         
8 }