Package ghidra.framework.main.datatree
Interface DataTreeFlavorHandler
-
- All Known Implementing Classes:
JavaFileListHandler
,LinuxFileUrlHandler
,LocalTreeNodeHandler
,LocalVersionInfoHandler
public interface DataTreeFlavorHandler
Interface for classes that will handle drop actions forDataTree
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(PluginTool tool, DataTree dataTree, GTreeNode destinationNode, java.lang.Object transferData, int dropAction)
-
-
-
Method Detail
-
handle
void handle(PluginTool tool, DataTree dataTree, GTreeNode destinationNode, java.lang.Object transferData, int dropAction)
-
-