Class 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.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PluginToolMacAboutHandler

        public PluginToolMacAboutHandler()
    • 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.