Java Platform 1.2

Uses of Interface
java.awt.dnd.DropTargetListener

Packages that use DropTargetListener
java.awt.dnd Provides interfaces and classes for supporting drag-and-drop operations. 
 

Uses of DropTargetListener in java.awt.dnd
 

Classes in java.awt.dnd that implement DropTargetListener
 class DropTarget
           The DropTarget is associated with a Component, when that Component wishes to accept Drops during Drag and Drop operations.
 

Methods in java.awt.dnd with parameters of type DropTargetListener
 void DropTarget.addDropTargetListener(DropTargetListener dtl)
          Add a new DropTargetListener (UNICAST SOURCE)
 void DropTarget.removeDropTargetListener(DropTargetListener dtl)
          Remove the current DropTargetListener (UNICAST SOURCE)
 

Constructors in java.awt.dnd with parameters of type DropTargetListener
DropTarget.DropTarget(Component c, int ops, DropTargetListener dtl, boolean act, FlavorMap fm)
          Construct a DropTarget
DropTarget.DropTarget(Component c, int ops, DropTargetListener dtl, boolean act)
          Construct a DropTarget
DropTarget.DropTarget(Component c, DropTargetListener dtl)
          Construct a DropTarget
DropTarget.DropTarget(Component c, int ops, DropTargetListener dtl)
          Construct a DropTarget
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.