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

Method escapePressed

ij/src/main/java/ij/IJ.java:2500–2502  ·  view source on GitHub ↗

Returns true if the Esc key was pressed since the last ImageJ command started to execute or since resetEscape() was called.

()

Source from the content-addressed store, hash-verified

2498 /** Returns true if the <code>Esc</code> key was pressed since the
2499 last ImageJ command started to execute or since resetEscape() was called. */
2500 public static boolean escapePressed() {
2501 return escapePressed;
2502 }
2503
2504 /** This method sets the <code>Esc</code> key to the "up" position.
2505 The Executer class calls this method when it runs

Callers 15

waitForUserMethod · 0.95
cacheSampleImagesMethod · 0.95
processVirtualStackMethod · 0.95
processFolderMethod · 0.95
processVirtualStackMethod · 0.95
processFolderMethod · 0.95
runMethod · 0.95
resliceRectOrLineMethod · 0.95
runMethod · 0.95
doProjectionsMethod · 0.95
combineRoisMethod · 0.95
convolveFloatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected