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

Method quitting

ij/src/main/java/ij/ImageJ.java:801–803  ·  view source on GitHub ↗

Returns true if ImageJ is exiting.

()

Source from the content-addressed store, hash-verified

799
800 /** Returns true if ImageJ is exiting. */
801 public boolean quitting() {
802 return quitting;
803 }
804
805 /** Returns true if ImageJ is quitting as a result of a run("Quit") macro call. */
806 public boolean quittingViaMacro() {

Callers 15

closeAllWindowsMethod · 0.95
resetCounterMethod · 0.95
windowActivatedMethod · 0.95
setImageJMenuBarMethod · 0.95
saveContentsMethod · 0.95
waitTillActivatedMethod · 0.80
mouseMovedMethod · 0.80
mouseDraggedMethod · 0.80
mouseClickedMethod · 0.80
mouseEnteredMethod · 0.80
mouseExitedMethod · 0.80
mousePressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected