()
| 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 | /// |
nothing calls this directly
no test coverage detected