]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.ui/src/org/simantics/ui/selection/ExplorerColumnContentType.java
Provide classifications and datatype for Variable-based drag sources
[simantics/platform.git] / bundles / org.simantics.ui / src / org / simantics / ui / selection / ExplorerColumnContentType.java
1 package org.simantics.ui.selection;
2
3
4 public class ExplorerColumnContentType implements WorkbenchSelectionContentType<Integer>  {
5
6         public static ExplorerColumnContentType INSTANCE = new ExplorerColumnContentType();
7         
8 }