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

Method addComponent

CodenameOne/src/com/codename1/ui/Dialog.java:917–920  ·  view source on GitHub ↗
(Component cmp)

Source from the content-addressed store, hash-verified

915
916 /// {@inheritDoc}
917 @Override
918 public final void addComponent(Component cmp) {
919 dialogContentPane.addComponent(cmp);
920 }
921
922 /// {@inheritDoc}
923 @Override

Callers 9

actionPerformedMethod · 0.95
runMethod · 0.95
actionPerformedMethod · 0.95
showInfiniteBlockingMethod · 0.95
openGalleryMethod · 0.95
createPopupDialogMethod · 0.95
showMenuMethod · 0.95
exceptionMethod · 0.95
showDialogMethod · 0.95

Calls 1

addComponentMethod · 0.65

Tested by

no test coverage detected