]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.g2d/src/org/simantics/g2d/element/handler/SelectionSpecification.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / element / handler / SelectionSpecification.java
1 package org.simantics.g2d.element.handler;
2
3 import org.eclipse.core.runtime.IAdaptable;
4
5
6 public interface SelectionSpecification extends ElementHandler, IAdaptable {
7          
8         
9 }