Class FieldEvents.FocusEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    FieldEvents

    public static class FieldEvents.FocusEvent
    extends Component.Event
    FocusEvent class for holding additional event information. Fired when a Field receives keyboard focus.
    Since:
    6.2
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EVENT_ID
      Identifier for event that can be used in EventRouter.
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FocusEvent

        public FocusEvent​(Component source)