Uses of Enum Class
java.awt.Window.Type
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of Window.Type in java.awt
Modifier and TypeMethodDescriptionWindow.getType()
Returns the type of the window.static Window.Type
Returns the enum constant of this class with the specified name.static Window.Type[]
Window.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Window.setType(Window.Type type)
Sets the type of the window.