Package | Description |
---|---|
org.hybird.animation.trident.triggers |
Modifier and Type | Method and Description |
---|---|
static FocusTrigger |
FocusTrigger.addTrigger(JComponent component,
org.pushingpixels.trident.Timeline timeline,
FocusTriggerEvent event)
Creates a non-auto-reversing FocusTrigger and adds it as a FocusListener
to the component.
|
static FocusTrigger |
FocusTrigger.addTrigger(JComponent component,
org.pushingpixels.trident.Timeline timeline,
FocusTriggerEvent event,
boolean autoReverse)
Creates a FocusTrigger and adds it as a FocusListener to the component.
|