MCPcopy 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

cmdOkMethod · 0.95

Calls 4

destroyViewMethod · 0.95
sizeMethod · 0.45
setTextMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected