MCPcopy 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

updateButtonsMethod · 0.95
initButtonMethod · 0.95
updateButtonsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected