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

Method isResultsWindow

ij/src/main/java/ij/IJ.java:709–711  ·  view source on GitHub ↗

Returns true if the "Results" window is open.

()

Source from the content-addressed store, hash-verified

707
708 /** Returns true if the "Results" window is open. */
709 public static boolean isResultsWindow() {
710 return textPanel!=null;
711 }
712
713 /** Renames a results window. */
714 @AstroImageJ(reason = "Support MeasurementsWindow", modified = true)

Callers 15

renameResultsMethod · 0.95
copyResultsMethod · 0.95
saveMethod · 0.95
analyzeAndMarkMaximaMethod · 0.95
setOptionsMethod · 0.95
measureMethod · 0.95
measurePointMethod · 0.95
measureAngleMethod · 0.95
measureLengthMethod · 0.95
saveResultsMethod · 0.95
displayResultsMethod · 0.95
resetCounterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected