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

Method getTabCount

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

Source from the content-addressed store, hash-verified

1097 ///
1098 /// an integer specifying the number of tabbed pages
1099 public int getTabCount() {
1100 return tabsContainer.getComponentCount();
1101 }
1102
1103 /// Returns the currently selected index for this tabbedpane.
1104 /// Returns -1 if there is no currently selected tab.

Callers 15

checkTabsCanBeSeenMethod · 0.95
setTabTextPositionMethod · 0.95
toStringMethod · 0.95
setTabsLayoutMethod · 0.95
getPropertyValueMethod · 0.95
setPropertyValueMethod · 0.95
restoreComponentStateMethod · 0.95
startMethod · 0.95
testSafeAreasSampleMethod · 0.95
testTabsAnimationMethod · 0.95

Calls 1

getComponentCountMethod · 0.65

Tested by 8

testSafeAreasSampleMethod · 0.76
testTabsAnimationMethod · 0.76
tabsRemoveTabMethod · 0.76
tabsInsertTabMethod · 0.76