summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop
diff options
context:
space:
mode:
authorKevin Barnes <krbarnes>2010-01-14 19:11:36 +0000
committerKevin Barnes <krbarnes>2010-01-14 19:11:36 +0000
commitfc04bd71237391fb5e098ab0387412586c01c6a6 (patch)
treec143bb770511d6cd4a6991ee2b8a139a77c225b6 /bundles/org.eclipse.swt/Eclipse SWT Drag and Drop
parent9751f497a90cdf40b32a3891c146c4268727a7ad (diff)
downloadeclipse.platform.swt-fc04bd71237391fb5e098ab0387412586c01c6a6.tar.gz
eclipse.platform.swt-fc04bd71237391fb5e098ab0387412586c01c6a6.tar.xz
eclipse.platform.swt-fc04bd71237391fb5e098ab0387412586c01c6a6.zip
299436 - org.eclipse.swt.dnd.DragSourceListener javadoc references bogus "operation" field
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Drag and Drop')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DropTargetListener.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DropTargetListener.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DropTargetListener.java
index 531a0de5f8..a4ba99052f 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DropTargetListener.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/common/org/eclipse/swt/dnd/DropTargetListener.java
@@ -51,7 +51,7 @@ public interface DropTargetListener extends SWTEventListener {
* <li>(in,out)feedback
* </ul></p>
*
- * <p>The <code>operation</code> value is determined by the modifier keys pressed by the user.
+ * <p>The <code>operations</code> value is determined by the modifier keys pressed by the user.
* If no keys are pressed the <code>event.detail</code> field is set to DND.DROP_DEFAULT.
* If the application does not set the <code>event.detail</code> to something other
* than <code>DND.DROP_DEFAULT</code> the operation will be set to the platform defined standard
@@ -116,7 +116,7 @@ public void dragLeave(DropTargetEvent event);
* <li>(in,out)feedback
* </ul></p>
*
- * <p>The <code>operation</code> value is determined by the modifier keys pressed by the user.
+ * <p>The <code>operations</code> value is determined by the modifier keys pressed by the user.
* If no keys are pressed the <code>event.detail</code> field is set to DND.DROP_DEFAULT.
* If the application does not set the <code>event.detail</code> to something other than
* <code>DND.DROP_DEFAULT</code> the operation will be set to the platform defined standard default.</p>
@@ -154,7 +154,7 @@ public void dragOperationChanged(DropTargetEvent event);
* <li>(in,out)feedback
* </ul></p>
*
- * <p>The <code>operation</code> value is determined by the value assigned to
+ * <p>The <code>operations</code> value is determined by the value assigned to
* <code>currentDataType</code> in previous dragEnter and dragOver calls.</p>
*
* <p>The <code>currentDataType</code> value is determined by the value assigned to