swingwt.awt.dnd
Class DragSource

java.lang.Object
  extended byswingwt.awt.dnd.DragSource

public class DragSource
extends java.lang.Object


Constructor Summary
DragSource()
           
 
Method Summary
 DragGestureRecognizer createDefaultDragGestureRecognizer(Component c, int actions, DragGestureListener dgl)
           
static DragSource getDefaultDragSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragSource

public DragSource()
Method Detail

getDefaultDragSource

public static DragSource getDefaultDragSource()

createDefaultDragGestureRecognizer

public DragGestureRecognizer createDefaultDragGestureRecognizer(Component c,
                                                                int actions,
                                                                DragGestureListener dgl)