Package ghidra.app.util
Interface FileOpenDataFlavorHandler
- All Known Implementing Classes:
JavaFileListHandler
,LinuxFileUrlHandler
,LocalTreeNodeHandler
,LocalVersionInfoHandler
public interface FileOpenDataFlavorHandler
Interface for classes that will handle drop actions for files dropped onto the tool
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(PluginTool tool, Object obj, DropTargetDropEvent e, DataFlavor f)
-
Method Details
-
handle
-