Uses of Enum Class
java.awt.Taskbar.State
Packages that use 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
Methods in java.awt that return Taskbar.StateModifier 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.Methods in java.awt with parameters of type Taskbar.StateModifier and TypeMethodDescriptionvoid
Taskbar.setWindowProgressState
(Window w, Taskbar.State state) Sets a progress state for a specified window.