Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.jface.dialogs
Class AnimatorFactory


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

Deprecated. as of 3.3, this class is no longer used.

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

Constructor Summary
AnimatorFactory ()
          Deprecated.  
 
Method Summary
  ControlAnimator createAnimator ( Control control)
          Deprecated. 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()
Deprecated. 
Method Detail

createAnimator

public 
ControlAnimator createAnimator(
Control control)
Deprecated. 
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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire