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

Method actionCommandImpl

CodenameOne/src/com/codename1/ui/Form.java:2468–2470  ·  view source on GitHub ↗
(Command cmd)

Source from the content-addressed store, hash-verified

2466 /// Invoked to allow subclasses of form to handle a command from one point
2467 /// rather than implementing many command instances
2468 void actionCommandImpl(Command cmd) {
2469 actionCommandImpl(cmd, new ActionEvent(cmd, ActionEvent.Type.Command));
2470 }
2471
2472 /// Invoked to allow subclasses of form to handle a command from one point
2473 /// rather than implementing many command instances

Callers 3

fireActionEventMethod · 0.95
dispatchCommandMethod · 0.95
keyReleasedMethod · 0.95

Calls 10

checkPopGuardMethod · 0.95
actionCommandMethod · 0.95
getFocusedMethod · 0.95
fireClickedMethod · 0.95
getCancelMenuItemMethod · 0.80
getSelectCommandMethod · 0.80
isConsumedMethod · 0.80
consumeMethod · 0.65
getBackCommandMethod · 0.45
fireActionEventMethod · 0.45

Tested by

no test coverage detected