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

Method getMenuBar

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

Source from the content-addressed store, hash-verified

4703 ///
4704 /// the associated Menu Bar object
4705 public MenuBar getMenuBar() {
4706 return menuBar;
4707 }
4708
4709 /// Sets the associated MenuBar Object.
4710 ///

Callers 15

setVisibleMethod · 0.95
isDragRegionMethod · 0.95
getDragRegionStatusMethod · 0.95
fireFocusGainedMethod · 0.95
fireFocusLostMethod · 0.95
showSidemenuMethod · 0.95
isNativeTitleMethod · 0.95
showPopupDialogMethod · 0.45
fireClickedMethod · 0.45
setToolBarMethod · 0.45
setToolbarMethod · 0.45
addSelectCommandMethod · 0.45

Calls

no outgoing calls

Tested by 2

showSidemenuMethod · 0.76
testSideMenuCloseNPEMethod · 0.36