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

Method addComponent

CodenameOne/src/com/codename1/ui/Form.java:2017–2020  ·  view source on GitHub ↗
(Component cmp)

Source from the content-addressed store, hash-verified

2015 ///
2016 /// - `cmp`: the added param
2017 @Override
2018 public void addComponent(Component cmp) {
2019 contentPane.addComponent(cmp);
2020 }
2021
2022 /// {@inheritDoc}
2023 @Override

Callers 15

showRSSEntryMethod · 0.95
showLogMethod · 0.95
showAuthenticationMethod · 0.95
shareMethod · 0.95
shareMethod · 0.95
createMenuMethod · 0.95
showContainerImplMethod · 0.95
runMethod · 0.95
UserInterfaceEditorMethod · 0.95
runMethod · 0.95
createSideMenuMethod · 0.95

Calls 1

addComponentMethod · 0.65

Tested by 13

startMethod · 0.76
actionPerformedMethod · 0.76
startMethod · 0.76
startMethod · 0.76
testDialogInteractionMethod · 0.76
testNestedTabsMethod · 0.76
testSetBrowserURLMethod · 0.76
actionPerformedMethod · 0.76
buildSampleFormMethod · 0.76