Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
switchType
Method · 0.45
eventOk
Method · 0.45
BrowserFilePathNotify
Method · 0.45
BrowserFilePathNotify
Method · 0.45
BrowserFilePathNotify
Method · 0.45
commandAction
Method · 0.45
BrowserFilePathNotify
Method · 0.45
ContactEdit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected