Returns the ResultsTable associated with this TextPanel, or null.
()
| 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. */ |
no test coverage detected