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

Method showMenu

src/main/java/ui/controls/form/DefForm.java:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 public void showMenu() {
127 new MyMenu(this, menuName, RosterIcons.getInstance(), menuCommands);
128 }
129
130 MenuCommand findCommand(int type) {
131 int size = menuCommands.size();

Callers 13

menuPressedMethod · 0.95
eventLongOkMethod · 0.80
eventLongOkMethod · 0.80
eventLongOkMethod · 0.80
eventLongOkMethod · 0.80
eventLongOkMethod · 0.80
eventLongOkMethod · 0.80
eventLongOkMethod · 0.80
eventLongOkMethod · 0.80
touchLeftPressedMethod · 0.80
eventLongOkMethod · 0.80
touchRightPressedMethod · 0.80

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected