Package ghidra.framework.plugintool.mgr
Class DialogManager
- java.lang.Object
-
- ghidra.framework.plugintool.mgr.DialogManager
-
public class DialogManager extends java.lang.Object
Helper class to manage actions for saving and exporting the tool.
-
-
Constructor Summary
Constructors Constructor Description DialogManager(PluginTool tool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
exportTool()
Write this tool to a filename; the user is prompted for a filename.boolean
saveToolAs()
Show the "Save Tool" dialog.
-
-
-
Constructor Detail
-
DialogManager
public DialogManager(PluginTool tool)
-
-