Uses of Interface
org.eclipse.nebula.animation.effects.IEffect
| 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 IEffect in org.eclipse.nebula.animation
Fields in org.eclipse.nebula.animation declared as IEffect Modifier and Type Field Description (package private) IEffectAnimationRunner. effectMethods in org.eclipse.nebula.animation that return IEffect Modifier and Type Method Description IEffectAnimationRunner. getEffect()Get current effect, or null if no effect is currently running.Methods in org.eclipse.nebula.animation with parameters of type IEffect Modifier and Type Method Description voidAnimationRunner. runEffect(IEffect effect)Start a new effect, cancelling the previous one if any. -
Uses of IEffect in org.eclipse.nebula.animation.effects
Classes in org.eclipse.nebula.animation.effects that implement IEffect Modifier and Type Class Description classAbstractEffectAbstract implementation for an effect.classAlphaEffectSet the alpha value of a ShellclassCrossFadeEffectCross fade images in a target object.classGrowEffectResizes a control while keeping it centered.classMoveControlEffectMoves a control.classMoveScrollBarEffectScrolls a control.classParallelEffectA wrapper for running effects in parallel.classResizeEffectChanges width and height of a control.classSequenceEffectRun several effects one after another.classSetBoundsEffectChanges all bounds of a control.classSetColorEffectProgressively changes the color of an object.classShakeEffectShake a control (like a login failure on Mac OSX)Fields in org.eclipse.nebula.animation.effects declared as IEffect Modifier and Type Field Description (package private) IEffect[]ParallelEffect. effects(package private) IEffect[]SequenceEffect. effectsConstructors in org.eclipse.nebula.animation.effects with parameters of type IEffect Constructor Description ParallelEffect(IEffect[] effects)Wrap several effects and start them in parallel.ParallelEffect(IEffect[] effects, java.lang.Runnable onStop, java.lang.Runnable onCancel)Wrap several effects and start them in parallel.SequenceEffect(IEffect[] effects, java.lang.Runnable onStop, java.lang.Runnable onCancel)Run several effects one after another.Constructor parameters in org.eclipse.nebula.animation.effects with type arguments of type IEffect Constructor Description ParallelEffect(java.util.List<IEffect> effects)Wrap several effects and start them in parallel.ParallelEffect(java.util.List<IEffect> effects, java.lang.Runnable onStop, java.lang.Runnable onCancel)Wrap several effects and start them in parallel. -
Uses of IEffect in org.eclipse.nebula.widgets.gallery
Classes in org.eclipse.nebula.widgets.gallery that implement IEffect Modifier and Type Class Description classGalleryGroupResizeEffectAnimation used internally on collapse / expand events.