Uses of Class
org.eclipse.nebula.animation.AnimationRunner
-
Packages that use AnimationRunner Package Description org.eclipse.nebula.animation Provides an animation framework for SWT applications and widgets.org.eclipse.nebula.animation.effects Provides effects for the animation framework.org.eclipse.nebula.widgets.gallery Provides the Gallery custom widget. -
-
Uses of AnimationRunner in org.eclipse.nebula.animation
Fields in org.eclipse.nebula.animation declared as AnimationRunner Modifier and Type Field Description (package private) AnimationRunner
ScrollingSmoother. animationRunner
-
Uses of AnimationRunner in org.eclipse.nebula.animation.effects
Methods in org.eclipse.nebula.animation.effects with parameters of type AnimationRunner Modifier and Type Method Description static void
AlphaEffect. fadeOnClose(org.eclipse.swt.widgets.Shell shell, int duration, IMovement easing, AnimationRunner runner)
Add a listener that will fade the window when it get closed.void
GrowEffect. grow(AnimationRunner runner, org.eclipse.swt.widgets.Control w, int duration, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)
Deprecated.static void
MoveControlEffect. move(AnimationRunner runner, org.eclipse.swt.widgets.Control w, int x, int y, int duration, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)
Deprecated.static void
ResizeEffect. resize(AnimationRunner runner, org.eclipse.swt.widgets.Control w, int x, int y, int duration, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)
Deprecated.static void
AlphaEffect. setAlpha(AnimationRunner runner, org.eclipse.swt.widgets.Shell w, int alpha, int duration, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)
Deprecated.static void
ShakeEffect. shake(AnimationRunner runner, org.eclipse.swt.widgets.Control w, int duration, IMovement movement, java.lang.Runnable onStop, java.lang.Runnable onCancel)
Deprecated. -
Uses of AnimationRunner in org.eclipse.nebula.widgets.gallery
Fields in org.eclipse.nebula.widgets.gallery declared as AnimationRunner Modifier and Type Field Description private AnimationRunner
DefaultGalleryGroupRenderer. animationRunner
-