Class AnimatorFactory

java.lang.Object
org.eclipse.jface.dialogs.AnimatorFactory

@Deprecated(forRemoval=true, since="2025-03") public class AnimatorFactory extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
as of 3.3, this class is no longer used.
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
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    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 Details

    • AnimatorFactory

      public AnimatorFactory()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • createAnimator

      public ControlAnimator createAnimator(Control control)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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