Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ eventOk
Method
eventOk
src/main/java/ui/controls/form/TextListBox.java:69–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
public
void
eventOk() {
70
if
(itemsList.size()>0)
71
ti.t.setText(itemsList.elementAt(cursor).toString());
72
destroyView();
73
}
74
public
void
destroyView() {
75
ti.t.show(ti);
76
}
Callers
1
cmdOk
Method · 0.95
Calls
4
destroyView
Method · 0.95
size
Method · 0.45
setText
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected