public static enum ITaskbarList3.THUMBBUTTONFLAGS extends Enum<ITaskbarList3.THUMBBUTTONFLAGS> implements IntValuedEnum<ITaskbarList3.THUMBBUTTONFLAGS>
Enum Constant and Description |
---|
THBF_DISABLED |
THBF_DISMISSONCLICK |
THBF_ENABLED |
THBF_HIDDEN |
THBF_NOBACKGROUND |
THBF_NONINTERACTIVE |
Modifier and Type | Method and Description |
---|---|
static ValuedEnum<ITaskbarList3.THUMBBUTTONFLAGS> |
fromValue(long value) |
Iterator<ITaskbarList3.THUMBBUTTONFLAGS> |
iterator() |
long |
value() |
static ITaskbarList3.THUMBBUTTONFLAGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITaskbarList3.THUMBBUTTONFLAGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
forEach, spliterator
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_ENABLED
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_DISABLED
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_DISMISSONCLICK
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_NOBACKGROUND
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_HIDDEN
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_NONINTERACTIVE
public static ITaskbarList3.THUMBBUTTONFLAGS[] values()
for (ITaskbarList3.THUMBBUTTONFLAGS c : ITaskbarList3.THUMBBUTTONFLAGS.values()) System.out.println(c);
public static ITaskbarList3.THUMBBUTTONFLAGS 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 nullpublic long value()
value
in interface ValuedEnum<ITaskbarList3.THUMBBUTTONFLAGS>
public Iterator<ITaskbarList3.THUMBBUTTONFLAGS> iterator()
iterator
in interface Iterable<ITaskbarList3.THUMBBUTTONFLAGS>
public static ValuedEnum<ITaskbarList3.THUMBBUTTONFLAGS> fromValue(long value)
Copyright © 2009-2020. All Rights Reserved.