Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPropertyValue
Method · 0.95
setPropertyValue
Method · 0.95
materialTabIconUsesTabPressedStyle
Method · 0.95
Calls
3
checkIndex
Method · 0.95
getIcon
Method · 0.65
getComponentAt
Method · 0.45
Tested by
1
materialTabIconUsesTabPressedStyle
Method · 0.76