Uses of Interface
org.tbee.swing.cardlayout.AnimationListener

Packages that use AnimationListener
org.tbee.swing.cardlayout   
 

Uses of AnimationListener in org.tbee.swing.cardlayout
 

Classes in org.tbee.swing.cardlayout that implement AnimationListener
 class AnimatedCardLayout
           
 

Methods in org.tbee.swing.cardlayout with parameters of type AnimationListener
 Component Transition2DAnimation.animate(Component first, Component last, AnimationListener listener)
          This method returns a component that is used to render the transition.
 Component SlideAnimation.animate(Component toHide, Component toShow, AnimationListener listener)
           
 Component FlipAnimation.animate(Component toHide, Component toShow, AnimationListener listener)
           
 Component Flip3DAnimation.animate(Component first, Component last, AnimationListener listener)
           
 Component FadeAnimation.animate(Component toHide, Component toShow, AnimationListener listener)
           
 Component CubeAnimation.animate(Component toHide, Component toShow, AnimationListener listener)
           
 Component Animation.animate(Component first, Component last, AnimationListener listener)
          Draws an animation moving from 'first' to 'last'.
 



Copyright © 2012 KnowledgePlaza. All Rights Reserved.