Package ghidra.framework.main.datatree
Interface DataTreeFlavorHandler
- 
- All Known Implementing Classes:
 JavaFileListHandler,LinuxFileUrlHandler,LocalTreeNodeHandler,LocalVersionInfoHandler
public interface DataTreeFlavorHandlerInterface for classes that will handle drop actions forDataTrees. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(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)
 
 - 
 
 -