swingwt.awt.dnd
Class DropTarget

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

public class DropTarget
extends java.lang.Object


Constructor Summary
DropTarget()
           
DropTarget(Component c, int ops, DropTargetListener dtl)
           
DropTarget(Component c, int ops, DropTargetListener dtl, boolean act)
           
DropTarget(Component c, int ops, DropTargetListener dtl, boolean act, FlavorMap fm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropTarget

public DropTarget()

DropTarget

public DropTarget(Component c,
                  int ops,
                  DropTargetListener dtl,
                  boolean act,
                  FlavorMap fm)
           throws HeadlessException

DropTarget

public DropTarget(Component c,
                  int ops,
                  DropTargetListener dtl,
                  boolean act)
           throws HeadlessException

DropTarget

public DropTarget(Component c,
                  int ops,
                  DropTargetListener dtl)
           throws HeadlessException