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

Method selectCommand

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

Source from the content-addressed store, hash-verified

143 public void captionPressed() {}
144
145 public String selectCommand() {
146 if (cf.swapMenu) {
147 MenuCommand commandOk = findCommand(MenuCommand.OK);
148 return commandOk == null ? SR.MS_OK : commandOk.name;
149 } else {
150 return canBack ? SR.MS_BACK : "";
151 }
152 }
153
154 public String menuCommand() {
155 int size = menuCommands.size();

Callers 2

touchLeftCommandMethod · 0.95
touchRightCommandMethod · 0.95

Calls 1

findCommandMethod · 0.95

Tested by

no test coverage detected