FileDocCategorySizeDatePackage
DropTargetPeer.javaAPI DocJava SE 5 API940Fri Aug 26 14:56:48 BST 2005java.awt.dnd.peer

DropTargetPeer

public interface DropTargetPeer

The DropTargetPeer class is the interface to the platform dependent DnD facilities. Since the DnD system is based on the native platform's facilities, a DropTargetPeer will be associated with a ComponentPeer of the nearsest enclosing native Container (in the case of lightweights)

version
1.10, 12/19/03
since
1.2

Fields Summary
Constructors Summary
Methods Summary
public voidaddDropTarget(java.awt.dnd.DropTarget dt)
Add the DropTarget to the System

param
dt The DropTarget effected

public voidremoveDropTarget(java.awt.dnd.DropTarget dt)
Remove the DropTarget from the system

param
dt The DropTarget effected