Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
menuPressed
Method · 0.95
eventLongOk
Method · 0.80
eventLongOk
Method · 0.80
eventLongOk
Method · 0.80
eventLongOk
Method · 0.80
eventLongOk
Method · 0.80
eventLongOk
Method · 0.80
eventLongOk
Method · 0.80
eventLongOk
Method · 0.80
touchLeftPressed
Method · 0.80
eventLongOk
Method · 0.80
touchRightPressed
Method · 0.80
Calls
1
getInstance
Method · 0.95
Tested by
no test coverage detected