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

Method initTabsFocus

CodenameOne/src/com/codename1/ui/Tabs.java:1501–1506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1499 }
1500
1501 private void initTabsFocus() {
1502 for (int i = 0; i < tabsContainer.getComponentCount(); i++) {
1503 initTabFocus(tabsContainer.getComponentAt(i), contentPane.getComponentAt(activeComponent));
1504 }
1505
1506 }
1507
1508 private void initTabFocus(Component tab, Component content) {
1509 if (content.isFocusable()) {

Callers 3

actionPerformedMethod · 0.95
insertTabMethod · 0.95
setTabPlacementMethod · 0.95

Calls 3

initTabFocusMethod · 0.95
getComponentCountMethod · 0.65
getComponentAtMethod · 0.45

Tested by

no test coverage detected