summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuong Nguyen <dnguyen>2008-01-31 23:11:40 +0000
committerDuong Nguyen <dnguyen>2008-01-31 23:11:40 +0000
commita20b50f37993a2c9cacb239016558958f4a7c1bd (patch)
tree5dbf87afd955bd37ccbe29f7ce6b0edc64eb3196
parent0f6f2fb08d0881c55655b27133ca509e76619d93 (diff)
downloadeclipse.platform.swt-a20b50f37993a2c9cacb239016558958f4a7c1bd.tar.gz
eclipse.platform.swt-a20b50f37993a2c9cacb239016558958f4a7c1bd.tar.xz
eclipse.platform.swt-a20b50f37993a2c9cacb239016558958f4a7c1bd.zip
Bug 215388 - Add API to make the DropTarget more open
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/DragSource.java1
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/DropTarget.java3
2 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/DragSource.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/DragSource.java
index 2438e083f9..57b2437427 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/DragSource.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/DragSource.java
@@ -11,6 +11,7 @@
package org.eclipse.swt.dnd;
+import org.eclipse.swt.internal.*;
import org.eclipse.swt.internal.wpf.*;
import org.eclipse.swt.*;
import org.eclipse.swt.widgets.*;
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/DropTarget.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/DropTarget.java
index 3372707ece..f2aaf8f0c0 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/DropTarget.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/wpf/org/eclipse/swt/dnd/DropTarget.java
@@ -11,9 +11,10 @@
package org.eclipse.swt.dnd;
-import org.eclipse.swt.internal.wpf.*;
import org.eclipse.swt.*;
import org.eclipse.swt.graphics.*;
+import org.eclipse.swt.internal.*;
+import org.eclipse.swt.internal.wpf.*;
import org.eclipse.swt.widgets.*;
/**