Class PluginToolMacAboutHandler

java.lang.Object
ghidra.framework.plugintool.PluginToolMacAboutHandler

public class PluginToolMacAboutHandler extends Object
A plugin-level about handler that serves as the callback from the Dock's 'About' popup action.
  • Constructor Details

    • PluginToolMacAboutHandler

      public PluginToolMacAboutHandler()
  • Method Details

    • 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.