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

Method getTabSelectedIcon

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

Source from the content-addressed store, hash-verified

973 ///
974 /// icon of the tab
975 protected Image getTabSelectedIcon(Component tab) {
976 return ((Button) tab).getPressedIcon();
977 }
978
979 /// Returns the icon of the tab at the given index
980 ///

Callers 2

getPropertyValueMethod · 0.95

Calls 3

checkIndexMethod · 0.95
getPressedIconMethod · 0.65
getComponentAtMethod · 0.45

Tested by 1