Method Summary |
|
void | animationDone() The animation has ended. |
void | animationStart() The animation has begun. |
abstract protected Control | createAnimationItem(Composite parent) Create the animation item control. |
public void | createControl(Composite parent) Create the canvas that will display the image. |
abstract public Control | getControl() Get the SWT control for the receiver. |
public int | getPreferredWidth() Get the preferred width of the receiver. |
void | paintImage(PaintEvent event, Image image, ImageData imageData) Paint the image in the canvas.
Parameters: event - The PaintEvent that generated this call. Parameters: image - The image to display Parameters: imageData - The array of ImageData. |
void | setAnimationContainer(IAnimationContainer container) Set the container that will be updated when this runs. |