(final Object o)
| 480 | } |
| 481 | |
| 482 | public void print(final Object o) { |
| 483 | invokeAndWait(new Runnable() { |
| 484 | public void run() { |
| 485 | append(String.valueOf(o)); |
| 486 | resetCommandStart(); |
| 487 | text.setCaretPosition(cmdStart); |
| 488 | } |
| 489 | }); |
| 490 | } |
| 491 | |
| 492 | /** |
| 493 | * Prints "\\n" (i.e. newline) |
no test coverage detected