X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.browsing.ui.swt%2Fsrc%2Forg%2Fsimantics%2Fbrowsing%2Fui%2Fswt%2Fwidgets%2FDragSourceListenerFactory.java;h=4efe11ee52429b729fd1c014d442547fbbef5e14;hp=8fd2e66748396167c6872beccfa2a305f446fa80;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/widgets/DragSourceListenerFactory.java b/bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/widgets/DragSourceListenerFactory.java index 8fd2e6674..4efe11ee5 100644 --- a/bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/widgets/DragSourceListenerFactory.java +++ b/bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/widgets/DragSourceListenerFactory.java @@ -1,10 +1,10 @@ -package org.simantics.browsing.ui.swt.widgets; - -import org.eclipse.jface.viewers.ISelectionProvider; -import org.eclipse.swt.dnd.DragSourceListener; -import org.eclipse.swt.dnd.Transfer; - -public interface DragSourceListenerFactory { - DragSourceListener get(ISelectionProvider selectionProvider); - Transfer[] getTransfers(); +package org.simantics.browsing.ui.swt.widgets; + +import org.eclipse.jface.viewers.ISelectionProvider; +import org.eclipse.swt.dnd.DragSourceListener; +import org.eclipse.swt.dnd.Transfer; + +public interface DragSourceListenerFactory { + DragSourceListener get(ISelectionProvider selectionProvider); + Transfer[] getTransfers(); } \ No newline at end of file