/* (non-Javadoc)
  * @see de.enough.polish.ui.ContainerView#defocus(de.enough.polish.ui.Style)
  */
 protected void defocus(Style originalStyle) {
   super.defocus(originalStyle);
   AnimationThread.addAnimationItem(this.parentItem);
   // #if polish.css.fisheyeview-text-style
   // # if (this.focusedLabelFocusedStyle != null && this.focusedLabelStyle != null) {
   // # this.focusedLabel.setStyle( this.focusedLabelStyle );
   // # }
   // #endif
 }
 /* (non-Javadoc)
  * @see de.enough.polish.ui.ContainerView#defocus(de.enough.polish.ui.Style)
  */
 protected void defocus(Style originalStyle) {
   super.defocus(originalStyle);
   AnimationThread.addAnimationItem(this.parentItem);
 }