- fire(TriggerEvent) - Method in class org.hybird.animation.trident.triggers.Trigger
-
Called by subclasses to start the timeline if currentEvent equals the
event that the Trigger is based upon.
- fire() - Method in class org.hybird.animation.trident.triggers.Trigger
-
Utility method called by subclasses to start the timeline.
- focusGained(FocusEvent) - Method in class org.hybird.animation.trident.triggers.FocusTrigger
-
Called by the object which added this trigger as a FocusListener.
- focusLost(FocusEvent) - Method in class org.hybird.animation.trident.triggers.FocusTrigger
-
Called by the object which added this trigger as a FocusListener.
- FocusTrigger - Class in org.hybird.animation.trident.triggers
-
FocusTrigger handles focus events and triggers an animation based on those
events.
- FocusTrigger(Timeline, FocusTriggerEvent) - Constructor for class org.hybird.animation.trident.triggers.FocusTrigger
-
Creates a non-auto-reversing FocusTrigger, which should be added to a
Component that will generate the focus events of interest.
- FocusTrigger(Timeline, FocusTriggerEvent, boolean) - Constructor for class org.hybird.animation.trident.triggers.FocusTrigger
-
Creates a FocusTrigger, which should be added to a Component that will
generate the focus events of interest.
- FocusTriggerEvent - Class in org.hybird.animation.trident.triggers
-
Focus In/Out events