Package ghidra.util

Class CascadedDropTarget

java.lang.Object
java.awt.dnd.DropTarget
ghidra.util.CascadedDropTarget
All Implemented Interfaces:
DropTargetListener, Serializable, EventListener

public class CascadedDropTarget extends DropTarget
Combines two drop targets and sends events to them in priority order. If the first drop target accepts the event, then the second drop target is not accessed.

Either of the given drop targets can be an instance of CascadedDropTarget, effectively creating a tree structure of drop targets.

See Also: