Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MIDPTextBox
Class · 0.80
ExTextBox
Class · 0.80
Calls
2
getDisplay
Method · 0.95
getCurrent
Method · 0.65
Tested by
no test coverage detected