public interface IDragHandler
| Modifier and Type | Method and Description |
|---|---|
IDragArea |
getDragArea()
Indicates that the handler is responsible for the drag and drop implementation, but does not
represent the area to drag.
|
String |
getTypeName(NodeBase source)
This must return a "type name" for the thing being dragged.
|
void |
onDropped(DropEvent context)
Called when the dragged node has been dropped on a DropTarget which has accepted the
node.
|
@Nonnull String getTypeName(@Nonnull NodeBase source)
void onDropped(@Nonnull DropEvent context) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.