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

Method getTextPanel

ij/src/main/java/ij/IJ.java:802–806  ·  view source on GitHub ↗

Returns a reference to the "Results" window TextPanel. Opens the "Results" window if it is currently not open. Returns null if the "ImageJ" window is not open.

()

Source from the content-addressed store, hash-verified

800 Opens the "Results" window if it is currently not open.
801 Returns null if the "ImageJ" window is not open. */
802 public static TextPanel getTextPanel() {
803 if (textPanel==null && ij!=null)
804 showResults();
805 return textPanel;
806 }
807
808 /** TextWindow calls this method with a null argument when the "Results" window is closed. */
809 public static void setTextPanel(TextPanel tp) {

Callers 12

renameResultsMethod · 0.95
copyResultsMethod · 0.95
saveMethod · 0.95
showResultsMethod · 0.95
displayResultsMethod · 0.95
resetCounterMethod · 0.95
setResultsTableMethod · 0.95
addResultsMethod · 0.95
updateResultsMethod · 0.95
showMethod · 0.95
clearSelectionMethod · 0.95
saveAsMethod · 0.95

Calls 1

showResultsMethod · 0.95

Tested by

no test coverage detected