MCPcopy Index your code
hub / github.com/bither/bither-desktop-java / setText

Method setText

src/main/java/net/bither/message/Message.java:72–74  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

70 }
71
72 public void setText(String text) {
73 this.text = text;
74 }
75
76 public String getText() {
77 return text;

Callers 15

$$$loadButtonText$$$Method · 0.45
applyitleLabelMethod · 0.45
decorateWrappingLabelMethod · 0.45
newRadioButtonMethod · 0.45
newCheckPasswordMethod · 0.45
newButtonMethod · 0.45
modifCanelButtonMethod · 0.45
modifOkButtonMethod · 0.45
modifSendButtonMethod · 0.45
modifCopyButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected