]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.ui/src/org/simantics/ui/selection/ExplorerColumnContentType.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / selection / ExplorerColumnContentType.java
1 package org.simantics.ui.selection;\r
2 \r
3 \r
4 public class ExplorerColumnContentType implements WorkbenchSelectionContentType<Integer>  {\r
5 \r
6         public static ExplorerColumnContentType INSTANCE = new ExplorerColumnContentType();\r
7         \r
8 }\r