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 for
DataTree
s.-
Method Summary
Modifier and TypeMethodDescriptionboolean
handle
(PluginTool tool, DataTree dataTree, GTreeNode destinationNode, Object transferData, int dropAction)
-
Method Details
-
handle
boolean handle(PluginTool tool, DataTree dataTree, GTreeNode destinationNode, Object transferData, int dropAction)
-