Class FocusTriggerEvent

java.lang.Object
org.jdesktop.animation.timing.triggers.TriggerEvent
org.jdesktop.animation.timing.triggers.FocusTriggerEvent

public class FocusTriggerEvent extends TriggerEvent
Focus In/Out events
  • Field Details

    • IN

      public static final FocusTriggerEvent IN
      Event fired when Component receives focus
    • OUT

      public static final FocusTriggerEvent OUT
      Event fired when Component loses focus
  • Method Details