MCPcopy Create free account
hub / github.com/Multibit-Legacy/multibit / setText

Method setText

src/main/java/org/multibit/message/Message.java:59–61  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

57 }
58
59 public void setText(String text) {
60 this.text = text;
61 }
62
63 public String getText() {
64 return text;

Callers 15

runMethod · 0.80
addZoneMethod · 0.80
runMethod · 0.80
actionPerformedMethod · 0.80
doneMethod · 0.80
checkTextHasChangedMethod · 0.80
getSelectedFontSizeMethod · 0.80
setSelectedFontSizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected