MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getPluginsSubmenu

Method getPluginsSubmenu

ij/src/main/java/ij/Menus.java:966–968  ·  view source on GitHub ↗
(String submenuName)

Source from the content-addressed store, hash-verified

964 }
965
966 Menu getPluginsSubmenu(String submenuName) {
967 return getMenu("Plugins>" + submenuName);
968 }
969
970 String getSubmenuName(String jarPath) {
971 //IJ.log("getSubmenuName: \n"+jarPath+"\n"+pluginsPath);

Callers 2

installMacroMethod · 0.95
installJarPluginMethod · 0.95

Calls 1

getMenuMethod · 0.95

Tested by

no test coverage detected