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

Method setWindowTitle

ij/src/main/java/ij/plugin/frame/Editor.java:343–346  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

341 }
342
343 void setWindowTitle(String title) {
344 Menus.updateWindowMenuItem(getTitle(), title);
345 setTitle(title);
346 }
347
348 @AstroImageJ(reason = "Remove python", modified = true)
349 public void create(String name, String text) {

Callers 7

createMethod · 0.95
displayMethod · 0.95
evaluateMacroMethod · 0.95
evaluateJavaScriptMethod · 0.95
evaluateScriptMethod · 0.95
setExtensionMethod · 0.95
saveAsMethod · 0.95

Calls 3

updateWindowMenuItemMethod · 0.95
getTitleMethod · 0.65
setTitleMethod · 0.45

Tested by

no test coverage detected