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

Method getSoftButton

CodenameOne/src/com/codename1/ui/Form.java:1365–1367  ·  view source on GitHub ↗
(int offset)

Source from the content-addressed store, hash-verified

1363 ///
1364 /// a button that can be manipulated
1365 public Button getSoftButton(int offset) {
1366 return menuBar.getSoftButtons()[offset];
1367 }
1368
1369 /// Returns the style of the menu
1370 ///

Callers 9

showPopupDialogMethod · 0.95
showOverflowMenuMethod · 0.95
calcMenuHeightMethod · 0.80
growOrShrinkImplMethod · 0.80
showMenuDialogMethod · 0.80
drawDialogCmpMethod · 0.80
initTransitionMethod · 0.80
drawDialogCmpMethod · 0.80
paintMethod · 0.80

Calls 1

getSoftButtonsMethod · 0.80

Tested by

no test coverage detected