Uses of Enum Class
java.awt.Taskbar.Feature
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of Taskbar.Feature in java.awt
Modifier and TypeMethodDescriptionstatic Taskbar.Feature
Returns the enum constant of this class with the specified name.static Taskbar.Feature[]
Taskbar.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Taskbar.isSupported
(Taskbar.Feature feature) Tests whether aFeature
is supported on the current platform.