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

Method getMenuBar

ij/src/main/java/ij/Menus.java:1287–1289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1285 }
1286
1287 public static MenuBar getMenuBar() {
1288 return mbar;
1289 }
1290
1291 public static Menu getMacrosMenu() {
1292 return macrosMenu;

Callers 6

windowActivatedMethod · 0.95
findAllMenuItemsMethod · 0.95
doRootFromMenusMethod · 0.95
addPluginToolsMethod · 0.95
setImageJMenuBarMethod · 0.95
scaleFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected