public abstract class ExternalDropHandler extends Object
Constructor and Description |
---|
ExternalDropHandler() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canDrop(DropTargetDragEvent e) |
abstract boolean |
canDrop(DropTargetDropEvent e)
This method is called when the dragged object is already dropped to decide
whether the drop can be accepted.
|
abstract boolean |
handleDrop(DropTargetDropEvent e)
When an object is dropped into the IDE this method must process it (e.g.
|
public abstract boolean canDrop(DropTargetDragEvent e)
public abstract boolean canDrop(DropTargetDropEvent e)
public abstract boolean handleDrop(DropTargetDropEvent e)