|
|
java > java.awt > java.awt.dnd > java.awt.dnd.droptarget >
Class: java.awt.dnd.DropTarget java.lang.Object java.awt.dnd.DropTarget
public class DropTarget extends Object implements DropTargetListener, Serializable
FIELDS:
CONSTRUCTORS:
| | | public | DropTarget(Component c, int ops, DropTargetListener dtl, boolean act, FlavorMap fm) |
| | public | DropTarget(Component c, int ops, DropTargetListener dtl, boolean act) |
| | public | DropTarget() |
| | public | DropTarget(Component c, DropTargetListener dtl) |
| | public | DropTarget(Component c, int ops, DropTargetListener dtl) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|