Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
newDisplaySeedTimestamp
Method · 0.45
newDisplayBitcoinAddress
Method · 0.45
applyitleLabel
Method · 0.45
decorateWrappingLabel
Method · 0.45
newRadioButton
Method · 0.45
newCheckPassword
Method · 0.45
newButton
Method · 0.45
modifCanelButton
Method · 0.45
modifOkButton
Method · 0.45
modifSendButton
Method · 0.45
modifCopyButton
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected