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

Method getLayeredPane

CodenameOne/src/com/codename1/ui/Form.java:1613–1615  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1611 ///
1612 /// the LayeredPane
1613 public Container getLayeredPane() {
1614 return getLayeredPane(null, false);
1615 }
1616
1617 /// Returns the layered pane for the class and if one doesn't exist a new one is created dynamically and returned
1618 ///

Callers 15

getLayeredPaneMethod · 0.95
bindFabToContainerMethod · 0.95
removePopupMethod · 0.95
addPopupMethod · 0.95
actionPerformedMethod · 0.95
actionPerformedMethod · 0.95
initTransitionMethod · 0.95
startMethod · 0.95

Calls 12

getLayeredPaneImplMethod · 0.95
getChildrenAsListMethod · 0.95
equalsMethod · 0.95
intValueMethod · 0.95
addMethod · 0.95
addComponentMethod · 0.95
getClientPropertyMethod · 0.95
getNameMethod · 0.65
sizeMethod · 0.65
getMethod · 0.65
getClientPropertyMethod · 0.45
putClientPropertyMethod · 0.45