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

Method setEditor

ij/src/main/java/ij/macro/MacroRunner.java:136–138  ·  view source on GitHub ↗

Use the specified Editor to run the macro in debug mode.

(Editor editor)

Source from the content-addressed store, hash-verified

134
135 /** Use the specified Editor to run the macro in debug mode. */
136 public void setEditor(Editor editor) {
137 this.editor = editor;
138 }
139
140 /** Used to run the macro code in 'macro' on a separate thread. */
141 public void run() {

Callers 11

runMacroMethod · 0.95
runMethod · 0.80
showMainJPanelMethod · 0.80
constructOtherGroupMethod · 0.80
createFitPanelMethod · 0.80
startMethod · 0.80
stateChangedMethod · 0.80
mouseWheelMovedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected