Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getIcon
Method
getIcon
CodenameOne/src/com/codename1/ui/Label.java:668–671 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
666
///
667
/// the labels icon
668
@Override
669
public
Image getIcon() {
670
return
icon;
671
}
672
673
/// Sets the Label icon, if the icon is unmodified a repaint would not be triggered
674
///
Callers
15
actionPerformed
Method · 0.95
initComponentImpl
Method · 0.95
deinitializeImpl
Method · 0.95
updateMaterialPullToRefresh
Method · 0.95
getHintIcon
Method · 0.95
findComponentsOfInterest
Method · 0.95
testImageViewerSample2778
Method · 0.95
testDefaultConstructor
Method · 0.95
testTextConstructor
Method · 0.95
testIconConstructor
Method · 0.95
testIconAndUIIDConstructor
Method · 0.95
testTextAndIconConstructor
Method · 0.95
Calls
no outgoing calls
Tested by
12
testImageViewerSample2778
Method · 0.76
testDefaultConstructor
Method · 0.76
testTextConstructor
Method · 0.76
testIconConstructor
Method · 0.76
testIconAndUIIDConstructor
Method · 0.76
testTextAndIconConstructor
Method · 0.76
testTextIconAndUIIDConstructor
Method · 0.76
testSetIcon
Method · 0.76
testSetIconNull
Method · 0.76
testTextAndIconTogether
Method · 0.76
testSetIconBindsStyle
Method · 0.76
testSetFontIconAssignsFontImage
Method · 0.76