MCPcopy Create free account
hub / github.com/PCGen/pcgen / append

Method append

code/src/java/pcgen/gui2/util/HtmlInfoBuilder.java:73–77  ·  view source on GitHub ↗

Adds a string to the LabelText. @param string String to add @return HtmlInfoBuilder

(final String string)

Source from the content-addressed store, hash-verified

71 * @return HtmlInfoBuilder
72 */
73 public HtmlInfoBuilder append(final String string)
74 {
75 buffer.append(string);
76 return this;
77 }
78
79 /**
80 * Adds a character to the LabelText.

Callers 15

testAppendStringMethod · 0.95
getHTMLInfoMethod · 0.95
getEquipmentHtmlInfoMethod · 0.95
produceSpellListInfoMethod · 0.95
produceSpellBookInfoMethod · 0.95
getClassInfoMethod · 0.95
replaceAllMethod · 0.45
escapeMethod · 0.45
nextMethod · 0.45
startMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by 11

testAppendStringMethod · 0.76
loadInstallDataMethod · 0.36
parseSecondaryMethod · 0.36
runRoundRobinMethod · 0.36
parseSecondaryMethod · 0.36
parseSecondaryMethod · 0.36
runRoundRobinMethod · 0.36
runRoundRobinMethod · 0.36
toHtmlStringMethod · 0.36
runRoundRobinMethod · 0.36
runRoundRobinMethod · 0.36