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

Method save

ij/src/main/java/ij/plugin/BatchProcesser.java:360–364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358 }
359
360 void save() {
361 macro = gd.getTextArea1().getText();
362 if (!macro.equals(""))
363 IJ.saveString(macro, "");
364 }
365
366 void error(String msg) {
367 IJ.error("Batch Processer", 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