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