| 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'. |