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

Method resetEscape

ij/src/main/java/ij/IJ.java:2507–2509  ·  view source on GitHub ↗

This method sets the Esc key to the "up" position. The Executer class calls this method when it runs an ImageJ command in a separate thread.

()

Source from the content-addressed store, hash-verified

2505 The Executer class calls this method when it runs
2506 an ImageJ command in a separate thread. */
2507 public static void resetEscape() {
2508 escapePressed = false;
2509 }
2510
2511 /** Causes IJ.error() output to be temporarily redirected to the "Log" window. */
2512 public static void redirectErrorMessages() {

Callers 15

ExecuterMethod · 0.95
runMethod · 0.95
cacheSampleImagesMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
resliceRectOrLineMethod · 0.95
runMethod · 0.95
doProjectionsMethod · 0.95
combineRoisMethod · 0.95
setupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected