1 package org.simantics.ui.selection;
\r
3 import org.simantics.db.RequestProcessor;
\r
4 import org.simantics.db.layer0.variable.Variable;
\r
6 public class AnyVariable implements WorkbenchSelectionContentType<Variable> {
\r
8 public RequestProcessor processor;
\r
10 public AnyVariable(RequestProcessor processor) {
\r
11 this.processor = processor;
\r