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

Method getContentPane

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

Source from the content-addressed store, hash-verified

1600 ///
1601 /// a content pane instance
1602 public Container getContentPane() {
1603 return contentPane;
1604 }
1605
1606 /// This method returns the layered pane of the Form, the layered pane is laid
1607 /// on top of the content pane and is created lazily upon calling this method the layer

Callers 15

bindFabToContainerMethod · 0.95
showPopupDialogMethod · 0.95
showPopupDialogMethod · 0.95
getTextSelectionMethod · 0.95
actionPerformedMethod · 0.95
isAlwaysTensileMethod · 0.95
setAlwaysTensileMethod · 0.95
sizeChangedInternalMethod · 0.95
keyPressedMethod · 0.95
isScrollVisibleMethod · 0.95
setScrollVisibleMethod · 0.95
getComponentIndexMethod · 0.95

Calls

no outgoing calls