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

Method getDefaultCommand

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

Source from the content-addressed store, hash-verified

1464 ///
1465 /// the command to treat as default
1466 public Command getDefaultCommand() {
1467 return menuBar.getDefaultCommand();
1468 }
1469
1470 /// Default command is invoked when a user presses fire, this functionality works
1471 /// well in some situations but might collide with elements such as navigation

Callers 1

keyReleasedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected