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

Method commandState

src/main/java/Console/XMLList.java:67–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public void commandState() {
68 menuCommands.removeAllElements();
69 addMenuCommand(cmdNew);
70 addMenuCommand(cmdEnableDisable);
71 addMenuCommand(cmdPurge);
72 super.commandState();
73 }
74
75 protected void beginPaint() {
76 StringBuffer str = new StringBuffer(" (")

Callers

nothing calls this directly

Calls 2

addMenuCommandMethod · 0.80
commandStateMethod · 0.65

Tested by

no test coverage detected