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

Method wasOKed

ij/src/main/java/ij/gui/GenericDialog.java:1276–1278  ·  view source on GitHub ↗

Returns true if the user has clicked on "OK" or a macro is running.

()

Source from the content-addressed store, hash-verified

1274
1275 /** Returns true if the user has clicked on "OK" or a macro is running. */
1276 public boolean wasOKed() {
1277 return wasOKed || macro;
1278 }
1279
1280 /** Returns the contents of the next numeric field,
1281 or NaN if the field does not contain a number. */

Callers 15

okToDeleteRoiMethod · 0.95
runMethod · 0.95
actionPerformedMethod · 0.95
pageSetupMethod · 0.95
getOptionMethod · 0.95
showDialogMethod · 0.95
mainPanelMethod · 0.95
otherPanelMethod · 0.95
saveAllDialogMethod · 0.95
showMainPanelMethod · 0.95
showOptionPanelMethod · 0.95
showMoreCurvesPanelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected