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
DataTrees.-
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(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)
-