| DragGestureRecognizer(DragSource ds) | Construct a new DragGestureRecognizergiven theDragSourceto be used in this
 Drag and Drop operation. | 
| DragGestureRecognizer(DragSource ds,
                     Component c) | Construct a new DragGestureRecognizergiven theDragSourceto be used
 in this Drag and Drop operation, and
 theComponentthisDragGestureRecognizershould "observe" for drag initiating gestures. | 
| DragGestureRecognizer(DragSource ds,
                     Component c,
                     int sa) | Construct a new DragGestureRecognizergiven theDragSourceto be used in this
 Drag and Drop
 operation, theComponentthisDragGestureRecognizershould "observe"
 for drag initiating gestures, and the action(s)
 supported for this Drag and Drop operation. | 
| DragGestureRecognizer(DragSource ds,
                     Component c,
                     int sa,
                     DragGestureListener dgl) | Construct a new DragGestureRecognizergiven theDragSourceto be used
 in this Drag and Drop operation, theComponentthisDragGestureRecognizershould "observe"
 for drag initiating gestures, the action(s) supported
 for this Drag and Drop operation, and theDragGestureListenerto notify
 once a drag initiating gesture has been detected. | 
| MouseDragGestureRecognizer(DragSource ds) | Construct a new MouseDragGestureRecognizergiven theDragSourcefor theComponent. | 
| MouseDragGestureRecognizer(DragSource ds,
                          Component c) | Construct a new MouseDragGestureRecognizergiven theDragSourcefor theComponentc, and theComponentto observe. | 
| MouseDragGestureRecognizer(DragSource ds,
                          Component c,
                          int act) | Construct a new MouseDragGestureRecognizergiven theDragSourcefor
 theComponentc,
 theComponentto observe, and the action(s)
 permitted for this drag operation. | 
| MouseDragGestureRecognizer(DragSource ds,
                          Component c,
                          int act,
                          DragGestureListener dgl) | Construct a new MouseDragGestureRecognizergiven theDragSourcefor theComponentc, theComponentto observe, the action(s)
 permitted for this drag operation, and
 theDragGestureListenerto
 notify when a drag gesture is detected. |