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

Method save

ij/src/main/java/ij/plugin/BatchProcessor.java:425–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423 }
424
425 void save() {
426 macro = gd.getTextArea1().getText();
427 if (!macro.equals(""))
428 IJ.saveString(macro, "");
429 }
430
431 void error(String msg) {
432 IJ.error("Batch Processor", msg);

Callers 1

actionPerformedMethod · 0.95

Calls 4

saveStringMethod · 0.95
getTextArea1Method · 0.80
getTextMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected