public abstract class ExternalDropHandler extends Object
Constructor | Description |
---|---|
ExternalDropHandler() |
Modifier and Type | Method | 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)
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.