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

Method deinitializeImpl

CodenameOne/src/com/codename1/ui/Label.java:611–623  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

609
610 /// {@inheritDoc}
611 @Override
612 void deinitializeImpl() {
613 super.deinitializeImpl();
614 Form f = getComponentForm();
615 if (f != null) {
616 f.deregisterAnimated(this);
617 }
618
619 if (getIcon() != null) {
620 getIcon().removeActionListener(iconChangeListener);
621 getIcon().unlock();
622 }
623 }
624
625 /// Returns the label text
626 ///

Callers

nothing calls this directly

Calls 5

deregisterAnimatedMethod · 0.95
getIconMethod · 0.95
removeActionListenerMethod · 0.65
unlockMethod · 0.65
getComponentFormMethod · 0.45

Tested by

no test coverage detected