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

Method menuAction

src/main/java/ui/controls/form/TextListBox.java:78–84  ·  view source on GitHub ↗
(MenuCommand c, VirtualList d)

Source from the content-addressed store, hash-verified

76 }
77
78 public void menuAction(MenuCommand c, VirtualList d){
79 if (c==cmdClear) {
80 ti.recentList.removeAllElements();
81 ti.saveRecentList();
82 }
83 super.menuAction(c, d);
84 }
85
86 public void cmdOk() {
87 eventOk();

Callers

nothing calls this directly

Calls 2

saveRecentListMethod · 0.80
menuActionMethod · 0.65

Tested by

no test coverage detected