Serializable
, Comparable<Taskbar.Feature>
, Constable
Taskbar
public static enum Taskbar.Feature extends Enum<Taskbar.Feature>
Taskbar.isSupported(java.awt.Taskbar.Feature)
method to determine if the given feature is supported by the current platform.Enum.EnumDesc<E extends Enum<E>>
Enum Constant | Description |
---|---|
ICON_BADGE_IMAGE_WINDOW |
Represents a graphical icon badge feature for a window. |
ICON_BADGE_NUMBER |
Represents a numerical icon badge feature. |
ICON_BADGE_TEXT |
Represents a textual icon badge feature. |
ICON_IMAGE |
Represents an icon feature. |
MENU |
Represents a menu feature. |
PROGRESS_STATE_WINDOW |
Represents a progress state feature for a specified window. |
PROGRESS_VALUE |
Represents a progress value feature. |
PROGRESS_VALUE_WINDOW |
Represents a progress value feature for a specified window. |
USER_ATTENTION |
Represents a user attention request feature. |
USER_ATTENTION_WINDOW |
Represents a user attention request feature for a specified window. |
Modifier and Type | Method | Description |
---|---|---|
static Taskbar.Feature |
valueOf |
Returns 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. |
public static final Taskbar.Feature ICON_BADGE_TEXT
public static final Taskbar.Feature ICON_BADGE_NUMBER
public static final Taskbar.Feature ICON_BADGE_IMAGE_WINDOW
public static final Taskbar.Feature ICON_IMAGE
public static final Taskbar.Feature MENU
public static final Taskbar.Feature PROGRESS_STATE_WINDOW
public static final Taskbar.Feature PROGRESS_VALUE
public static final Taskbar.Feature PROGRESS_VALUE_WINDOW
public static final Taskbar.Feature USER_ATTENTION
public static final Taskbar.Feature USER_ATTENTION_WINDOW
public static Taskbar.Feature[] values()
public static Taskbar.Feature valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/awt/Taskbar.Feature.html