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. |