Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ setText
Method
setText
forge-gui-mobile/src/forge/toolbox/FButton.java:91–93 ·
view source on GitHub ↗
(String text0)
Source
from the content-addressed store, hash-verified
89
return
text;
90
}
91
public
void
setText(String text0) {
92
text = text0;
93
}
94
95
public
FSkinFont getFont() {
96
return
font;
Callers
3
updateButtons
Method · 0.95
initButton
Method · 0.95
updateButtons
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected