Class BasicDropHandler

java.lang.Object
java.awt.dnd.DropTarget
uk.ac.starlink.datanode.tree.BasicDropHandler
All Implemented Interfaces:
DropTargetListener, Serializable, EventListener

public class BasicDropHandler extends DropTarget
Custom DropTarget subclass. This provides basic DropTarget/DropTargetListener functionality for use with components which want to define their own drop behaviour. An instance of this class can be slotted into a JComponent using its Component.setDropTarget(java.awt.dnd.DropTarget) method to override the one which is installed with it (which probably comes from the basic UI).
See Also: