Uses of Class
org.jdesktop.animation.timing.triggers.FocusTrigger

Packages that use FocusTrigger
org.jdesktop.animation.timing.triggers Provides simple mechanism for starting Animators when specific events occur. 
 

Uses of FocusTrigger in org.jdesktop.animation.timing.triggers
 

Methods in org.jdesktop.animation.timing.triggers that return FocusTrigger
static FocusTrigger FocusTrigger.addTrigger(javax.swing.JComponent component, Animator animator, FocusTriggerEvent event)
          Creates a non-auto-reversing FocusTrigger and adds it as a FocusListener to the component.
static FocusTrigger FocusTrigger.addTrigger(javax.swing.JComponent component, Animator animator, FocusTriggerEvent event, boolean autoReverse)
          Creates a FocusTrigger and adds it as a FocusListener to the component.