set the current text for this tab
(String replacement)
| 169 | |
| 170 | /** set the current text for this tab */ |
| 171 | public void setProgram(String replacement) { |
| 172 | program = replacement; |
| 173 | } |
| 174 | |
| 175 | |
| 176 | /** get the last version saved of this tab */ |
no outgoing calls
no test coverage detected