- All Implemented Interfaces:
- Serializable,- Comparable<Taskbar.Feature>,- Constable
- Enclosing class:
- Taskbar
List of provided features. Each platform supports a different
 set of features.  You may use the 
Taskbar.isSupported(java.awt.Taskbar.Feature)
 method to determine if the given feature is supported by the
 current platform.- 
Nested Class SummaryNested classes/interfaces declared in class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionRepresents a graphical icon badge feature for a window.Represents a numerical icon badge feature.Represents a textual icon badge feature.Represents an icon feature.Represents a menu feature.Represents a progress state feature for a specified window.Represents a progress value feature.Represents a progress value feature for a specified window.Represents a user attention request feature.Represents a user attention request feature for a specified window.
- 
Method SummaryModifier and TypeMethodDescriptionstatic Taskbar.FeatureReturns the enum constant of this class with the specified name.static Taskbar.Feature[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ICON_BADGE_TEXTRepresents a textual icon badge feature.- See Also:
 
- 
ICON_BADGE_NUMBERRepresents a numerical icon badge feature.- See Also:
 
- 
ICON_BADGE_IMAGE_WINDOWRepresents a graphical icon badge feature for a window.- See Also:
 
- 
ICON_IMAGERepresents an icon feature.- See Also:
 
- 
MENURepresents a menu feature.- See Also:
 
- 
PROGRESS_STATE_WINDOWRepresents a progress state feature for a specified window.- See Also:
 
- 
PROGRESS_VALUERepresents a progress value feature.- See Also:
 
- 
PROGRESS_VALUE_WINDOWRepresents a progress value feature for a specified window.- See Also:
 
- 
USER_ATTENTIONRepresents a user attention request feature.- See Also:
 
- 
USER_ATTENTION_WINDOWRepresents a user attention request feature for a specified window.- See Also:
 
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
 
-