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

Method getResultsTable

ij/src/main/java/ij/text/TextPanel.java:1201–1204  ·  view source on GitHub ↗

Returns the ResultsTable associated with this TextPanel, or null.

()

Source from the content-addressed store, hash-verified

1199
1200 /** Returns the ResultsTable associated with this TextPanel, or null. */
1201 public ResultsTable getResultsTable() {
1202 if (IJ.debugMode) IJ.log("getResultsTable: "+rt);
1203 return rt;
1204 }
1205
1206 /** Returns the ResultsTable associated with this TextPanel, or
1207 attempts to create one and returns the created table. */

Callers 3

getWindowTypeMethod · 0.95
doCommandMethod · 0.95
copySelectionMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected