|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDragHandler
Method Summary | |
---|---|
IDragArea |
getDragArea()
Indicates that the handler is responsible for the drag and drop implementation, but does not represent the area to drag. |
java.lang.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. |
Method Detail |
---|
@Nonnull java.lang.String getTypeName(@Nonnull NodeBase source)
void onDropped(DropEvent context) throws java.lang.Exception
java.lang.Exception
@Nullable IDragArea getDragArea()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |