public enum WindowEvent.Type
- Object
- Enum<WindowEvent.Type>
- WindowEvent.Type
ImplementsComparable<WindowEvent.Type>
The type of window change that occurred.
Enum constants
Shown | The window became visible. |
Hidden | The window is no longer visible. |
Minimized | The window was minimized/iconified. |
Restored | The window was restored from a minimized/iconified state. |
Resized | The window was resized. |
Moved | The window was moved. |
Disposed | The window was destroyed and its native window released. |
Methods
public static WindowEvent.Type[] values() | |
public static WindowEvent.Type valueOf(String name) |
Inherited methods
Enum constant details
Shown
ShownThe window became visible.
Hidden
HiddenThe window is no longer visible.
Minimized
MinimizedThe window was minimized/iconified.
Restored
RestoredThe window was restored from a minimized/iconified state.
Resized
ResizedThe window was resized.
Moved
MovedThe window was moved.
Disposed
DisposedThe window was destroyed and its native window released. Unlike a close
request, this cannot be vetoed – it reports what already happened.
Method details
values
public static WindowEvent.Type[] values()valueOf
public static WindowEvent.Type valueOf(String name)