Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateOnlineStatusTextOnSwingThread
Method · 0.80
run
Method · 0.80
addZone
Method · 0.80
run
Method · 0.80
actionPerformed
Method · 0.80
updateHeaderOnSwingThread
Method · 0.80
done
Method · 0.80
getTableCellRendererComponent
Method · 0.80
getTableCellRendererComponent
Method · 0.80
checkTextHasChanged
Method · 0.80
getSelectedFontSize
Method · 0.80
setSelectedFontSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected