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

Method setToolBar

CodenameOne/src/com/codename1/ui/Form.java:4728–4731  ·  view source on GitHub ↗
(Toolbar toolbar)

Source from the content-addressed store, hash-verified

4726 ///
4727 /// use setToolbar instead (lower case b)
4728 public void setToolBar(Toolbar toolbar) {
4729 this.toolbar = toolbar;
4730 setMenuBar(toolbar.getMenuBar());
4731 }
4732
4733 /// Gets the Form Toolbar if exists or null
4734 ///

Callers 2

initComponentsMethod · 0.80

Calls 2

setMenuBarMethod · 0.95
getMenuBarMethod · 0.45

Tested by 1