Generated by
JDiff

Class java.awt.dnd.DropTarget

Documentation changed from old to new.

Changed Constructors
DropTarget(Component, int, DropTargetListener) Documentation changed from old to new.
Construct a DropTarget given the Component to associate itself with an int representing the default acceptable action(s) to support and a DropTargetListener to handle event processing.
DropTarget(Component, int, DropTargetListener, boolean) Documentation changed from old to new.
Construct a DropTarget given the Component to associate itself with an int representing the default acceptable action(s) to support a DropTargetListener to handle event processing and a boolean indicating if the DropTarget is currently accepting drops.
DropTarget(Component, int, DropTargetListener, boolean, FlavorMap) Documentation changed from old to new.
Construct a new DropTarget given the Component to associate itself with an int representing the default acceptable action(s) to support a DropTargetListener to handle event processing a boolean indicating if the DropTarget is currently accepting drops and a FlavorMap to use (or null).
DropTarget(Component, DropTargetListener) Documentation changed from old to new.
Construct a DropTarget given the Component to associate itself with and the DropTargetListener to handle event processing.
 

Changed Methods
void setComponent(Component) Documentation changed from old to new.
Note: this interface is required to permit the safe association of a DropTarget with a Component in one of two ways either: component.setDropTarget(droptarget); or droptarget.setComponent(component);