Package org.jvnet.lafwidget.animation

Interface Summary
FadeStep Interface for computing the step for a fade cycle.
FadeTrackerCallback Callback for the fade tracker.
 

Class Summary
EDTFadeTrackerAdapter Empty implementation of FadeTrackerCallback that does nothing but is marked to run on the EDT.
FadeAccelerationStep Implementation of FadeStep for accelerated fades.
FadeConfigurationManager Fade configuration manager.
FadeConstantStep Default implementation of FadeStep for linear (constant-step) fades.
FadeDecelerationStep Implementation of FadeStep for decelerated fades.
FadeIgnoreManager This class is used to decide whether the automatic animations in the FadeStateListener#trackModelChange(org.jvnet.lafwidget.utils.FadeTracker.FadeKind, boolean, boolean) should be applied on a specific component.
FadeKind Fade animation kind.
FadeState Information on the state of the faded component.
FadeStateListener Implements listener on model changes of some component.
FadeTracker Tracker class for fade animations.
FadeTracker.ComponentId Information on a single component under fade.
FadeTrackerAdapter Default implementation of FadeTrackerCallback that does nothing.
 

Annotation Types Summary
RunOnEDT