Generated by
JDiff

Class java.awt.dnd.DropTarget

Changed Constructors
DropTarget(Component, int, DropTargetListener) Change in exceptions thrown from no exceptions to HeadlessException.
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) Change in exceptions thrown from no exceptions to HeadlessException.
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) Change in exceptions thrown from no exceptions to HeadlessException.
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) Change in exceptions thrown from no exceptions to HeadlessException.
Construct a DropTarget given the Component to associate itself with and the DropTargetListener to handle event processing.
DropTarget(void) Change in exceptions thrown from no exceptions to HeadlessException.
Construct a DropTarget.
 

Changed Methods
void dropActionChanged(DropTargetDragEvent) Changed from non-synchronized to synchronized. The DropTarget intercepts dropActionChanged() notifications before the registered DropTargetListener gets them.
int getDefaultActions() Changed from synchronized to non-synchronized. This method returns an int representing the current action(s) supported by this DropTarget.
boolean isActive() Changed from synchronized to non-synchronized. This method returns a boolean indicating whether or not this DropTarget is currently active (ready to accept drops).
void setDefaultActions(int) Changed from synchronized to non-synchronized. Sets the default acceptable actions for this DropTarget