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

Method getCurrentDisplayable

src/main/java/midlet/BombusMod.java:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 }
171
172 public Displayable getCurrentDisplayable() {
173 return getDisplay().getCurrent();
174 }
175
176 public void setDisplayable(Displayable d) {
177 if (d == null) {

Callers 2

MIDPTextBoxClass · 0.80
ExTextBoxClass · 0.80

Calls 2

getDisplayMethod · 0.95
getCurrentMethod · 0.65

Tested by

no test coverage detected