Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ setDisplayable
Method
setDisplayable
src/main/java/midlet/BombusMod.java:176–181 ·
view source on GitHub ↗
(Displayable d)
Source
from the content-addressed store, hash-verified
174
}
175
176
public
void
setDisplayable(Displayable d) {
177
if
(d == null) {
178
d = VirtualCanvas.getInstance();
179
}
180
getDisplay().setCurrent(d);
181
}
182
}
Callers
9
eventOk
Method · 0.80
destroyView
Method · 0.80
destroyView
Method · 0.80
MIDPTextBox
Method · 0.80
destroyView
Method · 0.80
show
Method · 0.80
destroyView
Method · 0.80
destroyView
Method · 0.80
hideApp
Method · 0.80
Calls
3
getInstance
Method · 0.95
getDisplay
Method · 0.95
setCurrent
Method · 0.65
Tested by
no test coverage detected