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

Method getTabTitle

CodenameOne/src/com/codename1/ui/Tabs.java:918–921  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

916 ///
917 /// label of the tab at the given index
918 public String getTabTitle(int index) {
919 checkIndex(index);
920 return getTabTitle(tabsContainer.getComponentAt(index));
921 }
922
923 /// Returns the title of the tab component. This method should be used when overriding
924 /// createTab

Callers 9

getPropertyValueMethod · 0.95
setPropertyValueMethod · 0.95
startMethod · 0.95
tabsTabTitleMethod · 0.95
importDataMethod · 0.45
persistToXMLMethod · 0.45
persistComponentMethod · 0.45
createInstanceMethod · 0.45

Calls 3

checkIndexMethod · 0.95
getTextMethod · 0.65
getComponentAtMethod · 0.45

Tested by 2

tabsTabTitleMethod · 0.76