/* (non-Javadoc)
  * @see de.enough.polish.ui.ContainerView#focus(de.enough.polish.ui.Style, int)
  */
 public void focus(Style focusstyle, int direction) {
   super.focus(focusstyle, direction);
   AnimationThread.removeAnimationItem(this.parentItem);
   // #if polish.css.fisheyeview-text-style
   // # if (this.focusedLabelFocusedStyle != null) {
   // # this.focusedLabel.setStyle( this.focusedLabelFocusedStyle );
   // # }
   // #endif
 }
 /* (non-Javadoc)
  * @see de.enough.polish.ui.ContainerView#focus(de.enough.polish.ui.Style, int)
  */
 public void focus(Style focusstyle, int direction) {
   super.focus(focusstyle, direction);
   AnimationThread.removeAnimationItem(this.parentItem);
 }