MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / setValue

Method setValue

src/main/java/ui/controls/form/TextInput.java:139–139  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

137 }
138
139 public void setValue(String text) { this.text=(text==null)?"":text; }
140
141 public int getVHeight(){
142 return itemHeight;

Callers 8

switchTypeMethod · 0.45
eventOkMethod · 0.45
BrowserFilePathNotifyMethod · 0.45
BrowserFilePathNotifyMethod · 0.45
BrowserFilePathNotifyMethod · 0.45
commandActionMethod · 0.45
BrowserFilePathNotifyMethod · 0.45
ContactEditMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected