- actionPerformed(ActionEvent) - Method in class org.hybird.animation.trident.triggers.ActionTrigger
-
Called by an object generating ActionEvents to which this trigger was
added as an ActionListener.
- ActionTrigger - Class in org.hybird.animation.trident.triggers
-
ActionTrigger handles action events and starts the timeline when actions
occur.
- ActionTrigger(Timeline) - Constructor for class org.hybird.animation.trident.triggers.ActionTrigger
-
Creates an ActionTrigger that will start the timeline upon receiving any
ActionEvents.
- addTrigger(Object, Timeline) - Static method in class org.hybird.animation.trident.triggers.ActionTrigger
-
Creates an ActionTrigger and adds it as a listener to object.
- addTrigger(JComponent, Timeline, FocusTriggerEvent) - Static method in class org.hybird.animation.trident.triggers.FocusTrigger
-
Creates a non-auto-reversing FocusTrigger and adds it as a FocusListener
to the component.
- addTrigger(JComponent, Timeline, FocusTriggerEvent, boolean) - Static method in class org.hybird.animation.trident.triggers.FocusTrigger
-
Creates a FocusTrigger and adds it as a FocusListener to the component.
- addTrigger(JComponent, Timeline, MouseTriggerEvent) - Static method in class org.hybird.animation.trident.triggers.MouseTrigger
-
Creates a non-auto-reversing MouseTrigger and adds it as a listener to
component.
- addTrigger(JComponent, Timeline, MouseTriggerEvent, boolean) - Static method in class org.hybird.animation.trident.triggers.MouseTrigger
-
Creates a MouseTrigger and adds it as a listener to component.