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

Method getTextPanel

ij/src/main/java/ij/text/TextWindow.java:287–289  ·  view source on GitHub ↗

Returns a reference to this TextWindow's TextPanel.

()

Source from the content-addressed store, hash-verified

285
286 /** Returns a reference to this TextWindow's TextPanel. */
287 public TextPanel getTextPanel() {
288 return textPanel;
289 }
290
291 /** Returns the ResultsTable associated with this TextWindow, or null. */
292 public ResultsTable getResultsTable() {

Callers 15

showResultsMethod · 0.95
logMethod · 0.95
errorMethod · 0.95
printToWindowMethod · 0.95
setSelectionMethod · 0.95
getSelectionStartMethod · 0.95
getSelectionEndMethod · 0.95
saveMethod · 0.95
updateSliceSummaryMethod · 0.95
showMethod · 0.95
runMethod · 0.95
updateDebugWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected