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

Method protectStatusBar

ij/src/main/java/ij/IJ.java:2685–2689  ·  view source on GitHub ↗
(boolean protect)

Source from the content-addressed store, hash-verified

2683 }
2684
2685 public static void protectStatusBar(boolean protect) {
2686 protectStatusBar = protect;
2687 if (!protectStatusBar)
2688 statusBarThread = null;
2689 }
2690
2691 /** Returns 'true' if the Recorder is running and ImageJ is not in headless mode. */
2692 public static boolean recording() {

Callers 5

showStatusMethod · 0.95
showStatusMethod · 0.95
debugMethod · 0.95
WaitForUserDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected