Fields
| Name | Description |
|---|---|
| WINDOW_ACTIVATED | The window activated event type. |
| WINDOW_CLOSED | The window closed event type. |
| WINDOW_CLOSING | The window closing event type. |
| WINDOW_DEACTIVATED | The window deactivated event type. |
| WINDOW_DEICONIFIED | The window deiconified event type. |
| WINDOW_FIRST | Marks the first integer id for the range of window event ids. |
| WINDOW_ICONIFIED | The window iconified event type. |
| WINDOW_LAST | Marks the last integer id for the range of window event ids. |
| WINDOW_OPENED | The window opened event type. |
Constructors
| Name | Description |
|---|---|
| WindowEvent(Window, int) | Constructs a WindowEvent object with the specified source window and type. |
Methods
| Name | Description |
|---|---|
| getWindow() | Returns the window where this event originated. |
| paramString() |