MCPcopy Create free account
hub / github.com/bobbylight/RText / setShowHostName

Method setShowHostName

src/main/java/org/fife/rtext/RText.java:1294–1299  ·  view source on GitHub ↗

Sets whether the hostname should be shown in the title of the main RText window. @param show Whether the hostname should be shown. @see #getShowHostName()

(boolean show)

Source from the content-addressed store, hash-verified

1292 * @see #getShowHostName()
1293 */
1294 public void setShowHostName(boolean show) {
1295 if (this.showHostName!=show) {
1296 this.showHostName = show;
1297 setTitle(getTitle()); // Cause title to refresh.
1298 }
1299 }
1300
1301
1302 /**

Callers 2

preMenuBarInitMethod · 0.95
doApplyImplMethod · 0.95

Calls 2

setTitleMethod · 0.95
getTitleMethod · 0.95

Tested by

no test coverage detected