Eclipse Platform
Release 3.2

org.eclipse.jface.dialogs
Class AnimatorFactory

java.lang.Object
  extended byorg.eclipse.jface.dialogs.AnimatorFactory

public class AnimatorFactory
extends Object

Factory for control animators used by JFace to animate the display of an SWT Control. Through the use of the method Policy.setAnimatorFactory(AnimatorFactory) a new type of animator factory can be plugged into JFace.

Since:
3.2
See Also:
Policy.setAnimatorFactory(AnimatorFactory)

Constructor Summary
AnimatorFactory()
           
 
Method Summary
 ControlAnimator createAnimator(Control control)
          Creates a new ControlAnimator for use by JFace in animating the display of an SWT Control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimatorFactory

public AnimatorFactory()
Method Detail

createAnimator

public ControlAnimator createAnimator(Control control)
Creates a new ControlAnimator for use by JFace in animating the display of an SWT Control.

Subclasses should override this method.

Parameters:
control - the SWT Control to de displayed
Returns:
the ControlAnimator.
Since:
3.2

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.