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

Method error

ij/src/main/java/ij/plugin/frame/RoiManager.java:2115–2119  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

2113 }
2114
2115 boolean error(String msg) {
2116 new MessageDialog(this, "ROI Manager", msg);
2117 Macro.abort();
2118 return false;
2119 }
2120
2121 public void processWindowEvent(WindowEvent e) {
2122 super.processWindowEvent(e);

Callers 15

addRoiMethod · 0.95
deleteMethod · 0.95
updateMethod · 0.95
renameMethod · 0.95
openZipMethod · 0.95
saveMethod · 0.95
saveOneMethod · 0.95
saveMultipleMethod · 0.95
multiMeasureMethod · 0.95
flattenMethod · 0.95
combineMethod · 0.95
andMethod · 0.95

Calls 1

abortMethod · 0.95

Tested by

no test coverage detected