Package ghidra.framework.plugintool
Class AboutToolMacQuitHandler
- java.lang.Object
-
- generic.platform.MacAboutHandler
-
- ghidra.framework.plugintool.AboutToolMacQuitHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class AboutToolMacQuitHandler extends MacAboutHandler
A plugin-level 'About' handler that serves as the callback from the Dock's 'About' popup action.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabout()protected java.lang.ObjectgetApplication()static voidinstall()-
Methods inherited from class generic.platform.MacAboutHandler
invoke
-
-
-
-
Method Detail
-
install
public static void install()
-
about
public void about()
- Specified by:
aboutin classMacAboutHandler
-
getApplication
protected java.lang.Object getApplication() throws java.lang.Exception- Throws:
java.lang.Exception
-
-