public interface DisplayGearMenuPlugin extends MMPlugin
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSubMenu()
Indicate which sub-menu of the gear menu this plugin should appear
in.
|
void |
onPluginSelected(DisplayWindow display)
This method will be called when the plugin is selected from the
gear menu.
|
getCopyright, getHelpText, getName, getVersion, setContextjava.lang.String getSubMenu()
void onPluginSelected(DisplayWindow display)
display - The display whose gear menu was interacted with.