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

Method toFront

ij/src/main/java/ij/macro/Functions.java:7644–7652  ·  view source on GitHub ↗
(String title)

Source from the content-addressed store, hash-verified

7642
7643
7644 private void toFront(String title) {
7645 if (title==null)
7646 return;
7647 Frame frame = WindowManager.getFrame(title);
7648 if (frame!=null) {
7649 frame.toFront();
7650 WindowManager.setWindow(frame);
7651 }
7652 }
7653
7654 private Variable applyMacroToTable() {
7655 String macro = getFirstString();

Callers 15

resetTableMethod · 0.95
FunctionFinderMethod · 0.45
closeAndRefocusMethod · 0.45
updateDebugWindowMethod · 0.45
showArrayInspectorMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
captureImageMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 2

getFrameMethod · 0.95
setWindowMethod · 0.95

Tested by

no test coverage detected