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

Method Editor

ij/src/main/java/ij/plugin/frame/Editor.java:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 private final Collection<Runnable> saveListeners = new ArrayList<>();
188
189 public Editor() {
190 this(24, 80, 0, MENU_BAR);
191 }
192
193 public Editor(String name) {
194 this(24, 80, 0, getOptions(name));

Callers

nothing calls this directly

Calls 15

getOptionsMethod · 0.95
addWindowMethod · 0.95
addMenuBarMethod · 0.95
getInstanceMethod · 0.95
isLinuxMethod · 0.95
setFontMethod · 0.95
positionWindowMethod · 0.95
isJava18Method · 0.95
addActionListenerMethod · 0.80
setBackgroundMethod · 0.80
setFontMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected