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

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

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

Fields in org.jdesktop.animation.timing.triggers declared as MouseTriggerEvent
static MouseTriggerEvent MouseTriggerEvent.CLICK
          Event fired when mouse is clicked
static MouseTriggerEvent MouseTriggerEvent.ENTER
          Event fired when mouse enters
static MouseTriggerEvent MouseTriggerEvent.EXIT
          Event fired when mouse exits
static MouseTriggerEvent MouseTriggerEvent.PRESS
          Event fired when mouse button is pressed
static MouseTriggerEvent MouseTriggerEvent.RELEASE
          Event fired when mouse button is released
 

Methods in org.jdesktop.animation.timing.triggers with parameters of type MouseTriggerEvent
static MouseTrigger MouseTrigger.addTrigger(javax.swing.JComponent component, Animator animator, MouseTriggerEvent event)
          Creates a non-auto-reversing MouseTrigger and adds it as a listener to component.
static MouseTrigger MouseTrigger.addTrigger(javax.swing.JComponent component, Animator animator, MouseTriggerEvent event, boolean autoReverse)
          Creates a MouseTrigger and adds it as a listener to component.
 

Constructors in org.jdesktop.animation.timing.triggers with parameters of type MouseTriggerEvent
MouseTrigger(Animator animator, MouseTriggerEvent event)
          Creates a non-auto-reversing MouseTrigger, which should be added to a Component that will generate the mouse events of interest
MouseTrigger(Animator animator, MouseTriggerEvent event, boolean autoReverse)
          Creates a MouseTrigger, which should be added to a Component that will generate the mouse events of interest