Returns whether the hostname should be shown in the title of the main RText window. @return Whether the hostname should be shown. @see #setShowHostName(boolean)
()
| 694 | * @see #setShowHostName(boolean) |
| 695 | */ |
| 696 | public boolean getShowHostName() { |
| 697 | return showHostName; |
| 698 | } |
| 699 | |
| 700 | |
| 701 | /** |
no outgoing calls
no test coverage detected