Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
refreshTheme
Method · 0.95
installCommands
Method · 0.95
getSideMenuCommands
Method · 0.95
reloadForm
Method · 0.95
clickMenuItem
Method · 0.95
onPrepareOptionsMenu
Method · 0.95
addingCommandsIncrementsCount
Method · 0.95
bindTabletLandscapeMaster
Method · 0.45
actionPerformed
Method · 0.45
getDragRegionStatus
Method · 0.45
setBackCommand
Method · 0.45
addCommand
Method · 0.45
Calls
no outgoing calls
Tested by
3
clickMenuItem
Method · 0.76
addingCommandsIncrementsCount
Method · 0.76
formContainsCommand
Method · 0.36