Uses of Enum Class
java.awt.Taskbar.State
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of Taskbar.State in java.awt
Modifier and TypeMethodDescriptionstatic Taskbar.State
Returns the enum constant of this class with the specified name.static Taskbar.State[]
Taskbar.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Taskbar.setWindowProgressState
(Window w, Taskbar.State state) Sets a progress state for a specified window.