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

Method setResultsTable

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

Sets the ResultsTable associated with this TextPanel.

(ResultsTable rt)

Source from the content-addressed store, hash-verified

1191
1192 /** Sets the ResultsTable associated with this TextPanel. */
1193 public void setResultsTable(ResultsTable rt) {
1194 if (IJ.debugMode) IJ.log("setResultsTable: "+rt);
1195 this.rt = rt;
1196 if (!menusExtended)
1197 extendMenus();
1198 }
1199
1200 /** Returns the ResultsTable associated with this TextPanel, or null. */
1201 public ResultsTable getResultsTable() {

Callers 3

printToWindowMethod · 0.95
showMethod · 0.95
showResultsMethod · 0.45

Calls 2

logMethod · 0.95
extendMenusMethod · 0.95

Tested by

no test coverage detected