Uses of Interface
org.eclipse.jface.notifications.internal.AnimationUtil.IFadeListener
Packages that use AnimationUtil.IFadeListener
-
Uses of AnimationUtil.IFadeListener in org.eclipse.jface.notifications.internal
Methods in org.eclipse.jface.notifications.internal with parameters of type AnimationUtil.IFadeListenerModifier and TypeMethodDescriptionstatic AnimationUtil.FadeJob
AnimationUtil.fadeIn
(Shell shell, AnimationUtil.IFadeListener listener) static AnimationUtil.FadeJob
AnimationUtil.fadeOut
(Shell shell, AnimationUtil.IFadeListener listener) static AnimationUtil.FadeJob
AnimationUtil.fastFadeIn
(Shell shell, AnimationUtil.IFadeListener listener) Constructors in org.eclipse.jface.notifications.internal with parameters of type AnimationUtil.IFadeListenerModifierConstructorDescriptionFadeJob
(Shell shell, int increment, long delay, AnimationUtil.IFadeListener fadeListener)