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