MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / removeAllCommands

Method removeAllCommands

CodenameOne/src/com/codename1/ui/Form.java:4571–4573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4569
4570 /// Clear menu commands from the menu bar
4571 public void removeAllCommands() {
4572 menuBar.removeAllCommands();
4573 }
4574
4575 /// Request focus for a form child component
4576 ///

Callers 4

refreshThemeMethod · 0.95
installCommandsMethod · 0.95
actionCommandMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected