Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
refreshTheme
Method · 0.95
installCommands
Method · 0.95
actionCommand
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected