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

Method getCommands

CodenameOne/src/com/codename1/ui/MenuBar.java:1647–1649  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1645 ///
1646 /// Vector of Command objects
1647 protected Vector getCommands() {
1648 return commands;
1649 }
1650
1651 /// Creates the list component containing the commands within the given vector
1652 /// used for showing the menu dialog

Callers 6

initComponentImplMethod · 0.45
setBackCommandMethod · 0.45
addCommandMethod · 0.45
createMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected