Uses of Interface
org.eclipse.nebula.effects.stw.Transitionable
-
Packages that use Transitionable Package Description org.eclipse.nebula.effects.stw -
-
Uses of Transitionable in org.eclipse.nebula.effects.stw
Subinterfaces of Transitionable in 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.Fields in org.eclipse.nebula.effects.stw declared as Transitionable Modifier and Type Field Description private Transitionable
TransitionManager. _transitionable
Methods in org.eclipse.nebula.effects.stw that return Transitionable Modifier and Type Method Description Transitionable
TransitionManager. getTransitionable()
Returns the transitionable objectConstructors in org.eclipse.nebula.effects.stw with parameters of type Transitionable Constructor Description TransitionManager(Transitionable transitionable)
Constructs a transition manager to handle transitions on the provided transitionable object.
-