Serializable
, Comparable<Taskbar.Feature>
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 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(String name) |
Returns the enum constant of this type with the specified name.
|
static Taskbar.Feature[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Taskbar.Feature ICON_BADGE_TEXT
Taskbar.setIconBadge(java.lang.String)
public static final Taskbar.Feature ICON_BADGE_NUMBER
Taskbar.setIconBadge(java.lang.String)
public static final Taskbar.Feature ICON_BADGE_IMAGE_WINDOW
public static final Taskbar.Feature ICON_IMAGE
Taskbar.setIconImage(java.awt.Image)
public static final Taskbar.Feature MENU
public static final Taskbar.Feature PROGRESS_STATE_WINDOW
public static final Taskbar.Feature PROGRESS_VALUE
Taskbar.setProgressValue(int)
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()
for (Taskbar.Feature c : Taskbar.Feature.values()) System.out.println(c);
public static Taskbar.Feature valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps