summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2003-03-27 16:06:57 +0000
committerVeronika Irvine <veronika>2003-03-27 16:06:57 +0000
commit08fd21538c9afd865a25b71bc27832ab8c6fc951 (patch)
treed326412cc27111d2fafaa98cb5645be520c7a642 /bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java
parent2f90c6a221df308d42656b5d54b5f900c3b8bdf1 (diff)
downloadeclipse.platform.swt-08fd21538c9afd865a25b71bc27832ab8c6fc951.tar.gz
eclipse.platform.swt-08fd21538c9afd865a25b71bc27832ab8c6fc951.tar.xz
eclipse.platform.swt-08fd21538c9afd865a25b71bc27832ab8c6fc951.zip
javadoc corrections
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java
index 5770defa01..a3a1cb2ada 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/DragSource.java
@@ -112,7 +112,9 @@ public class DragSource extends Widget {
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the parent</li>
* <li>ERROR_INVALID_SUBCLASS - if this class is not an allowed subclass</li>
* @exception SWTError <ul>
- * <li>ERROR_CANNOT_INIT_DRAG - unable to initiate drag source</li>
+ * <li>ERROR_CANNOT_INIT_DRAG - unable to initiate drag source; this will occur if more than one
+ * drag source is created for a control or if the operating system will not allow the creation
+ * of the drag source</li>
* </ul>
*
* @see DragSource#dispose