Package | Description |
---|---|
org.eclipse.nebula.effects.stw |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImageTransitionable |
Transitionable marker interface to identify
transitionable objects that uses images for transitions directly,
without obtaining them from the controls. |
Modifier and Type | Method | Description |
---|---|---|
Transitionable |
TransitionManager.getTransitionable() |
Returns the transitionable object
|
Constructor | Description |
---|---|
TransitionManager(Transitionable transitionable) |
Constructs a transition manager to handle transitions on the provided
transitionable object.
|