Package | Description |
---|---|
org.hybird.animation.trident.triggers |
Modifier and Type | Field and Description |
---|---|
static FocusTriggerEvent |
FocusTriggerEvent.GAINED
Event fired when Component receives focus
|
static FocusTriggerEvent |
FocusTriggerEvent.LOST
Event fired when Component loses focus
|
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.
|
Constructor and Description |
---|
FocusTrigger(org.pushingpixels.trident.Timeline timeline,
FocusTriggerEvent event)
Creates a non-auto-reversing FocusTrigger, which should be added to a
Component that will generate the focus events of interest.
|
FocusTrigger(org.pushingpixels.trident.Timeline timeline,
FocusTriggerEvent event,
boolean autoReverse)
Creates a FocusTrigger, which should be added to a Component that will
generate the focus events of interest.
|