Package ghidra.framework.plugintool
Class PluginToolMacAboutHandler
java.lang.Object
ghidra.framework.plugintool.PluginToolMacAboutHandler
A plugin-level about handler that serves as the callback from the Dock's 'About' popup action.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
install
(DockingWindowManager winMgr) Applies an about handler which will show our custom about dialog.
-
Constructor Details
-
PluginToolMacAboutHandler
public PluginToolMacAboutHandler()
-
-
Method Details
-
install
Applies an about handler which will show our custom about dialog.- Parameters:
winMgr
- The docking window manager to use to install the about dialog.
-