MCPcopy 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

actionPerformedMethod · 0.95
initComponentImplMethod · 0.95
deinitializeImplMethod · 0.95
getHintIconMethod · 0.95
testTextConstructorMethod · 0.95
testIconConstructorMethod · 0.95

Calls

no outgoing calls

Tested by 12

testTextConstructorMethod · 0.76
testIconConstructorMethod · 0.76
testSetIconMethod · 0.76
testSetIconNullMethod · 0.76
testSetIconBindsStyleMethod · 0.76