|
Class Summary |
| AnimatedCardLayout |
|
| AnimatedCardLayout.Tuple |
|
| CardChangeEvent |
|
| CardLayout |
A extension to CardLayout that can return a component's name.
Furthermore it adds a CardChangeEvent so components can react when they are shown. |
| CardLayoutNavigator |
This class examines a container with the CardLayout and shows a button for each component. |
| CubeAnimation |
The CubeAnimation is a class to animate the transition between
one component and the other for AnimatingCardLayout. |
| FadeAnimation |
The FadeAnimation is a class to animate the transition between
one component and the other for AnimatingCardLayout. |
| Flip3DAnimation |
The Flip3DAnimation is a class to animate the transition between
one component and the other for AnimatingCardLayout using JOGL. |
| FlipAnimation |
The FlipAnimation is a class to animate the transition between
one component and the other for AnimatingCardLayout. |
| SlideAnimation |
The SlideAnimation is a class to animate the transition between
one component and the other for AnimatingCardLayout. |
| Transition2DAnimation |
This class animates using the transition classes in the Transition2D
http://javagraphics.blogspot.com/2007/04/slideshows-transitions-swf.html
replaces
http://transitions.dev.java.net/ |