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

Method getCommandCount

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

Source from the content-addressed store, hash-verified

4154 ///
4155 /// Please use `Toolbar#getComponentCount()` or similar methods
4156 public int getCommandCount() {
4157 return menuBar.getCommandCount();
4158 }
4159
4160 /// Returns the command occupying the given index
4161 ///

Callers 15

refreshThemeMethod · 0.95
installCommandsMethod · 0.95
getSideMenuCommandsMethod · 0.95
reloadFormMethod · 0.95
clickMenuItemMethod · 0.95
onPrepareOptionsMenuMethod · 0.95
actionPerformedMethod · 0.45
getDragRegionStatusMethod · 0.45
setBackCommandMethod · 0.45
addCommandMethod · 0.45

Calls

no outgoing calls

Tested by 3

clickMenuItemMethod · 0.76
formContainsCommandMethod · 0.36