Fields
| Name | Description | 
|---|---|
| FOCUS_FIRST | Marks the first integer id for the range of focus event ids. | 
| FOCUS_GAINED | The focus gained event type. | 
| FOCUS_LAST | Marks the last integer id for the range of focus event ids. | 
| FOCUS_LOST | The focus lost event type. | 
Constructors
| Name | Description | 
|---|---|
| FocusEvent(Component, int) | Constructs a permanent-level FocusEvent object with the specified source component and type. | 
| FocusEvent(Component, int, boolean) | Constructs a FocusEvent object with the specified source component, type, and whether or not the focus event is a temporary level event. | 
Methods
| Name | Description | 
|---|---|
| isTemporary() | Returns whether or not this focus change event is a temporary change. | 
| paramString() |