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

Method getShowHostName

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

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)

()

Source from the content-addressed store, hash-verified

694 * @see #setShowHostName(boolean)
695 */
696 public boolean getShowHostName() {
697 return showHostName;
698 }
699
700
701 /**

Callers 3

setTitleMethod · 0.95
setValuesImplMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected