A C D F G I O R S T

T

Transition - Class in org.eclipse.nebula.effects.stw
An abstract class handling the basic actions required for whatever transition effect.
Transition(TransitionManager, long, long) - Constructor for class org.eclipse.nebula.effects.stw.Transition
Constructs a new transition object
Transition(TransitionManager) - Constructor for class org.eclipse.nebula.effects.stw.Transition
This constructor is similar to new Transition(transitionManager, Transition.DEFAULT_FPS, Transition.DEFAULT_T)
Transitionable - Interface in org.eclipse.nebula.effects.stw
Object implementing this interface enables the TransitionManager 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 a TransitionManager 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 of Control objects of at least one Control object.
transitionFinished(TransitionManager) - Method in interface org.eclipse.nebula.effects.stw.TransitionListener
This method is called when the transition is finished.
TransitionListener - Interface in org.eclipse.nebula.effects.stw
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 the TransitionManager.addTransitionListener(TransitionListener) method and removed using the TransitionManager.removeTransitionListener(TransitionListener) method.
TransitionManager - Class in org.eclipse.nebula.effects.stw
Transition manager applies the required transition on a Transitionable object.
TransitionManager(Transitionable) - Constructor for class org.eclipse.nebula.effects.stw.TransitionManager
Constructs a transition manager to handle transitions on the provided transitionable object.
TransitionManager(CTabFolder) - Constructor for class org.eclipse.nebula.effects.stw.TransitionManager
Constructs a transition manager to handle transitions on the provided CTabFolder as the transitionable object.
TransitionManager(TabFolder) - Constructor for class org.eclipse.nebula.effects.stw.TransitionManager
Constructs a transition manager to handle transitions on the provided TabFolder as the transitionable object.

A C D F G I O R S T