Window.Type (Java SE 25 & JDK 25)
- All Implemented Interfaces:
Serializable, Comparable<Window.Type>, Constable
- Enclosing class:
Window
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants
Represents a normal window.
Represents a popup window.
Represents a utility window.
-
Method Summary
Returns the enum constant of this class with the specified name.
values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL
-
UTILITY
-
-
Method Details
-
values
-
valueOf
-