Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ statusBarProtected
Method
statusBarProtected
ij/src/main/java/ij/IJ.java:2681–2683 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2679
}
2680
2681
public
static
boolean statusBarProtected() {
2682
return
protectStatusBar;
2683
}
2684
2685
public
static
void
protectStatusBar(boolean protect) {
2686
protectStatusBar = protect;
Callers
2
mouseMoved
Method · 0.95
showMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected