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

Method javaMode

ij/src/main/java/ij/plugin/frame/Recorder.java:492–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490 }
491
492 private static boolean javaMode() {
493 if (instance==null)
494 return false;
495 String m = instance.mode.getSelectedItem();
496 return m.equals(modes[BEANSHELL]) || m.equals(modes[JAVA]);
497 }
498
499 public static void recordOption(String key, String value) {
500 if (key==null) return;

Callers 3

recordCallMethod · 0.95
recordScriptRoiMethod · 0.95
saveCommandMethod · 0.95

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected