public interface

DropTargetPeer

java.awt.dnd.peer.DropTargetPeer

Class Overview

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)

Summary

Public Methods
abstract void addDropTarget(DropTarget dt)
Add the DropTarget to the System
abstract void removeDropTarget(DropTarget dt)
Remove the DropTarget from the system

Public Methods

public abstract void addDropTarget (DropTarget dt)

Add the DropTarget to the System

Parameters
dt The DropTarget effected

public abstract void removeDropTarget (DropTarget dt)

Remove the DropTarget from the system

Parameters
dt The DropTarget effected