Class FocusTriggerEvent
java.lang.Object
org.jdesktop.animation.timing.triggers.TriggerEvent
org.jdesktop.animation.timing.triggers.FocusTriggerEvent
Focus In/Out events
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FocusTriggerEvent
Event fired when Component receives focusstatic final FocusTriggerEvent
Event fired when Component loses focus -
Method Summary
Modifier and TypeMethodDescriptionThis method finds the opposite of the current event.: IN -> OUT and OUT -> IN.
-
Field Details
-
IN
Event fired when Component receives focus -
OUT
Event fired when Component loses focus
-
-
Method Details
-
getOppositeEvent
This method finds the opposite of the current event.: IN -> OUT and OUT -> IN.- Overrides:
getOppositeEvent
in classTriggerEvent
-