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

Method getStatusBarText

ij/src/main/java/ij/ImageJ.java:413–416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411 }
412
413 public static String getStatusBarText() {
414 ImageJ ij = IJ.getInstance();
415 return ij!=null?ij.statusLine.getText():"";
416 }
417
418 /** Starts executing a menu command in a separate thread. */
419 void doCommand(String name) {

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.95
getTextMethod · 0.45

Tested by

no test coverage detected