Returns a reference to this TextWindow's TextPanel.
()
| 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() { |
no outgoing calls
no test coverage detected