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

Method getTextWindow

ij/src/main/java/ij/text/TextPanel.java:678–684  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

676 }
677
678 private TextWindow getTextWindow() {
679 Component comp = getParent();
680 if (comp==null || !(comp instanceof TextWindow))
681 return null;
682 else
683 return (TextWindow)comp;
684 }
685
686 @AstroImageJ(reason = "Add check for AIJ windows", modified = true)
687 void rename(String title2) {

Callers 3

findMethod · 0.95
renameMethod · 0.95
saveAsMethod · 0.95

Calls 1

getParentMethod · 0.80

Tested by

no test coverage detected