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.
()
| 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() { |
no outgoing calls
no test coverage detected