public static enum ITaskbarList3.THUMBBUTTONMASK extends Enum<ITaskbarList3.THUMBBUTTONMASK> implements IntValuedEnum<ITaskbarList3.THUMBBUTTONMASK>
| Enum Constant and Description |
|---|
THB_BITMAP |
THB_FLAGS |
THB_ICON |
THB_TOOLTIP |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static ValuedEnum<ITaskbarList3.THUMBBUTTONMASK> |
fromValue(long value) |
Iterator<ITaskbarList3.THUMBBUTTONMASK> |
iterator() |
long |
value() |
static ITaskbarList3.THUMBBUTTONMASK |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITaskbarList3.THUMBBUTTONMASK[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfforEach, spliteratorpublic static final ITaskbarList3.THUMBBUTTONMASK THB_BITMAP
public static final ITaskbarList3.THUMBBUTTONMASK THB_ICON
public static final ITaskbarList3.THUMBBUTTONMASK THB_TOOLTIP
public static final ITaskbarList3.THUMBBUTTONMASK THB_FLAGS
public final int value
public static ITaskbarList3.THUMBBUTTONMASK[] values()
for (ITaskbarList3.THUMBBUTTONMASK c : ITaskbarList3.THUMBBUTTONMASK.values()) System.out.println(c);
public static ITaskbarList3.THUMBBUTTONMASK 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.THUMBBUTTONMASK>public Iterator<ITaskbarList3.THUMBBUTTONMASK> iterator()
iterator in interface Iterable<ITaskbarList3.THUMBBUTTONMASK>public static ValuedEnum<ITaskbarList3.THUMBBUTTONMASK> fromValue(long value)
Copyright © 2009-2015. All Rights Reserved.