Returns the index of the last selected line, or -1 if there is no slection.
()
| 1186 | /** Returns the index of the last selected line, or -1 |
| 1187 | if there is no slection. */ |
| 1188 | public int getSelectionEnd() { |
| 1189 | return selEnd; |
| 1190 | } |
| 1191 | |
| 1192 | /** Sets the ResultsTable associated with this TextPanel. */ |
| 1193 | public void setResultsTable(ResultsTable rt) { |
no outgoing calls
no test coverage detected