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

Method updateWindowMenuItem

ij/src/main/java/ij/Menus.java:1489–1491  ·  view source on GitHub ↗

Changes the name of an item in the Window menu.

(String oldLabel, String newLabel)

Source from the content-addressed store, hash-verified

1487
1488 /** Changes the name of an item in the Window menu. */
1489 public static synchronized void updateWindowMenuItem(String oldLabel, String newLabel) {
1490 updateWindowMenuItem(null, oldLabel, newLabel);
1491 }
1492
1493 /** Changes the name of an item in the Window menu. */
1494 public static synchronized void updateWindowMenuItem(ImagePlus imp, String oldLabel, String newLabel) {

Callers 4

setTitleMethod · 0.95
setWindowTitleMethod · 0.95
renameMethod · 0.95
saveAsMethod · 0.95

Calls 6

getImageSizeMethod · 0.95
substringMethod · 0.80
getIDMethod · 0.80
getLabelMethod · 0.65
setLabelMethod · 0.65
equalsMethod · 0.45

Tested by

no test coverage detected