Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
actionPerformed
Method · 0.95
run
Method · 0.95
actionPerformed
Method · 0.95
showInfiniteBlocking
Method · 0.95
openGallery
Method · 0.95
createPopupDialog
Method · 0.95
showMenu
Method · 0.95
exception
Method · 0.95
showDialog
Method · 0.95
Calls
1
addComponent
Method · 0.65
Tested by
no test coverage detected