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

Method lockSilently

ij/src/main/java/ij/ImagePlus.java:259–261  ·  view source on GitHub ↗

Similar to lock, but doesn't beep and display an error message if the attempt to lock the image fails.

()

Source from the content-addressed store, hash-verified

257 * message if the attempt to lock the image fails.
258 */
259 public synchronized boolean lockSilently() {
260 return lock(false);
261 }
262
263 private synchronized boolean lock(boolean loud) {
264 if (locked) {

Callers 5

hideMethod · 0.95
unlockMethod · 0.95
ImageWindowMethod · 0.80
buildMenubarMethod · 0.80
actionPerformedMethod · 0.80

Calls 1

lockMethod · 0.95

Tested by

no test coverage detected