Uses of Enum Class
java.awt.Taskbar.Feature
Packages that use 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
Methods in java.awt that return Taskbar.FeatureModifier 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.Methods in java.awt with parameters of type Taskbar.FeatureModifier and TypeMethodDescriptionboolean
Taskbar.isSupported
(Taskbar.Feature feature) Tests whether aFeature
is supported on the current platform.