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

Method addComponentToForm

CodenameOne/src/com/codename1/ui/Form.java:2127–2129  ·  view source on GitHub ↗
(Object constraints, Component cmp)

Source from the content-addressed store, hash-verified

2125 }
2126
2127 final void addComponentToForm(Object constraints, Component cmp) {
2128 super.addComponent(constraints, cmp);
2129 }
2130
2131 void removeComponentFromForm(Component cmp) {
2132 super.removeComponent(cmp);

Callers 9

FormMethod · 0.95
initAdPaddingMethod · 0.95
getFormLayeredPaneMethod · 0.95
installMenuBarMethod · 0.45
initMenuBarMethod · 0.45

Calls 1

addComponentMethod · 0.65

Tested by

no test coverage detected