Uses of Enum Class
java.awt.Window.Type
Packages that use 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
Methods in java.awt that return Window.TypeModifier 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.Methods in java.awt with parameters of type Window.TypeModifier and TypeMethodDescriptionvoid
Window.setType
(Window.Type type) Sets the type of the window.