Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.javatools.controls
Class AnimatedCellIcon

java.lang.Object
  extended by oracle.javatools.ui.AnimatedCellIcon
      extended by oracle.javatools.controls.AnimatedCellIcon
All Implemented Interfaces:
javax.swing.Icon

Deprecated. Code moved to UIC:oracle.javatools.ui.AnimatedCellIcon

@Deprecated
public class AnimatedCellIcon
extends AnimatedCellIcon

A wrapper for use in cases such as JTree and JTable where the method of rendering mean that animated gifs just don't work properly. This code relies on the icon being passed in to be either a ImageIcon, most likely an animated gif, or a custom implementation of Icon that implements Observable so as to allow nice custom animation steps.

The classic example of this is showing a busy icon when expanding a tree icon to indicate lazy loading. Also for showing busy icons inside of Tables.

Code original derrived from the following blog posting: http://rabbit-hole.blogspot.com/2006/09/animated-icon-redux.html


Constructor Summary
AnimatedCellIcon(javax.swing.Icon icon)
          Deprecated.  
 
Method Summary
 
Methods inherited from class oracle.javatools.ui.AnimatedCellIcon
getIconHeight, getIconWidth, paintIcon, repaint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimatedCellIcon

public AnimatedCellIcon(javax.swing.Icon icon)
Deprecated. 

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.