Uses of Package
org.eclipse.nebula.effects.stw
-
Packages that use org.eclipse.nebula.effects.stw Package Description org.eclipse.nebula.effects.stw org.eclipse.nebula.effects.stw.transitions -
Classes in org.eclipse.nebula.effects.stw used by org.eclipse.nebula.effects.stw Class Description Transition An abstract class handling the basic actions required for whatever transition effect.Transitionable Object implementing this interface enables theTransitionManagerto 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 aTransitionManagereither 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 ofControlobjects of at least oneControlobject.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.TransitionManager Transition manager applies the required transition on aTransitionableobject. -
Classes in org.eclipse.nebula.effects.stw used by org.eclipse.nebula.effects.stw.transitions Class Description Transition An abstract class handling the basic actions required for whatever transition effect.TransitionManager Transition manager applies the required transition on aTransitionableobject.