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.
|
Modifier and Type | Method | Description |
---|---|---|
IEffect |
AnimationRunner.getEffect() |
Get current effect, or null if no effect is currently running.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AnimationRunner.runEffect(IEffect effect) |
Start a new effect, cancelling the previous one if any.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractEffect |
Abstract implementation for an effect.
|
class |
AlphaEffect |
Set the alpha value of a Shell
|
class |
CrossFadeEffect |
Cross fade images in a target object.
|
class |
GrowEffect |
Resizes a control while keeping it centered.
|
class |
MoveControlEffect |
Moves a control.
|
class |
MoveScrollBarEffect |
Scrolls a control.
|
class |
ParallelEffect |
A wrapper for running effects in parallel.
|
class |
ResizeEffect |
Changes width and height of a control.
|
class |
SequenceEffect |
Run several effects one after another.
|
class |
SetBoundsEffect |
Changes all bounds of a control.
|
class |
SetColorEffect |
Progressively changes the color of an object.
|
class |
ShakeEffect |
Shake a control (like a login failure on Mac OSX)
|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
GalleryGroupResizeEffect |
Animation used internally on collapse / expand events.
|