MCPcopy 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

eventOkMethod · 0.80
destroyViewMethod · 0.80
destroyViewMethod · 0.80
MIDPTextBoxMethod · 0.80
destroyViewMethod · 0.80
showMethod · 0.80
destroyViewMethod · 0.80
destroyViewMethod · 0.80
hideAppMethod · 0.80

Calls 3

getInstanceMethod · 0.95
getDisplayMethod · 0.95
setCurrentMethod · 0.65

Tested by

no test coverage detected