]> gerrit.simantics Code Review - simantics/platform.git/blob - selection/ExplorerColumnContentType.java
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / 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 }