Package org.eclipse.nebula.effects.stw
-
Interface Summary Interface Description ImageTransitionable Transitionable
marker interface to identify transitionable objects that uses images for transitions directly, without obtaining them from the controls.Transitionable Object implementing this interface enables theTransitionManager
to carry out transition effects either on it or on the object it's delegate for.
A "transitionable" widget is a widget that can provide a set of methods to aTransitionManager
either through direct implementation of this interface or through delegation by providing a delegate object implementing this interface.
A "transitionable" widget is supposed to have a list ofControl
objects of at least oneControl
object.TransitionListener Classes which implement this interface provide methods that handle the transition finished event.
After creating an instance of a class that implements this interface it can be added to a transition manager using theTransitionManager.addTransitionListener(TransitionListener)
method and removed using theTransitionManager.removeTransitionListener(TransitionListener)
method. -
Class Summary Class Description ImageCapture Image CaptureTransition An abstract class handling the basic actions required for whatever transition effect.TransitionManager Transition manager applies the required transition on aTransitionable
object.