Module java.desktop

Enum FocusEvent.Cause

java.lang.Object
java.lang.Enum<FocusEvent.Cause>
java.awt.event.FocusEvent.Cause
All Implemented Interfaces:
Serializable, Comparable<FocusEvent.Cause>, Constable
Enclosing class:
FocusEvent

public static enum FocusEvent.Cause
extends Enum<FocusEvent.Cause>
This enum represents the cause of a FocusEvent- the reason why it occurred. Possible reasons include mouse events, keyboard focus traversal, window activation. If no cause is provided then the reason is UNKNOWN.
Since:
9