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

Method setTabTitle

CodenameOne/src/com/codename1/ui/Tabs.java:888–891  ·  view source on GitHub ↗
(String title, Image icon, int index)

Source from the content-addressed store, hash-verified

886 ///
887 /// - `index`: the position to insert this new tab
888 public void setTabTitle(String title, Image icon, int index) {
889 checkIndex(index);
890 setTabTitle(tabsContainer.getComponentAt(index), title, icon);
891 }
892
893 /// Updates the tabs title . This method should be used when overriding
894 /// createTab

Callers 2

setPropertyValueMethod · 0.95
tabsTabTitleMethod · 0.95

Calls 4

checkIndexMethod · 0.95
setTextMethod · 0.95
setIconMethod · 0.65
getComponentAtMethod · 0.45

Tested by 1

tabsTabTitleMethod · 0.76