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

Method getCommand

CodenameOne/src/com/codename1/ui/Form.java:4169–4171  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

4167 ///
4168 /// the command at the given index
4169 public Command getCommand(int index) {
4170 return menuBar.getCommand(index);
4171 }
4172
4173 /// Adds a command to the menu bar softkeys.
4174 /// The Commands are placed in the order they are added.

Callers 15

refreshThemeMethod · 0.95
installCommandsMethod · 0.95
getSideMenuCommandsMethod · 0.95
reloadFormMethod · 0.95
clickMenuItemMethod · 0.95
onPrepareOptionsMenuMethod · 0.95
onOptionsItemSelectedMethod · 0.95
findAllCommandsMethod · 0.45
actionPerformedMethod · 0.45
getDragRegionStatusMethod · 0.45
installRightCommandsMethod · 0.45
installLeftCommandsMethod · 0.45

Calls

no outgoing calls

Tested by 2

clickMenuItemMethod · 0.76
eventPointerReleasedMethod · 0.36