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

Method getTabIcon

CodenameOne/src/com/codename1/ui/Tabs.java:947–949  ·  view source on GitHub ↗
(Component tab)

Source from the content-addressed store, hash-verified

945 ///
946 /// icon of the tab
947 protected Image getTabIcon(Component tab) {
948 return ((Button) tab).getIcon();
949 }
950
951 /// Returns the icon of the tab at the given index
952 ///

Callers 3

getPropertyValueMethod · 0.95
setPropertyValueMethod · 0.95

Calls 3

checkIndexMethod · 0.95
getIconMethod · 0.65
getComponentAtMethod · 0.45

Tested by 1