org.bridj.cpp.com.shell
Enum ITaskbarList3.THUMBBUTTONMASK
java.lang.Object
java.lang.Enum<ITaskbarList3.THUMBBUTTONMASK>
org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONMASK
- All Implemented Interfaces:
- Serializable, Comparable<ITaskbarList3.THUMBBUTTONMASK>, Iterable<ITaskbarList3.THUMBBUTTONMASK>, IntValuedEnum<ITaskbarList3.THUMBBUTTONMASK>, ValuedEnum<ITaskbarList3.THUMBBUTTONMASK>
- Enclosing class:
- ITaskbarList3
public static enum ITaskbarList3.THUMBBUTTONMASK
- extends Enum<ITaskbarList3.THUMBBUTTONMASK>
- implements IntValuedEnum<ITaskbarList3.THUMBBUTTONMASK>
THB_BITMAP
public static final ITaskbarList3.THUMBBUTTONMASK THB_BITMAP
THB_ICON
public static final ITaskbarList3.THUMBBUTTONMASK THB_ICON
THB_TOOLTIP
public static final ITaskbarList3.THUMBBUTTONMASK THB_TOOLTIP
THB_FLAGS
public static final ITaskbarList3.THUMBBUTTONMASK THB_FLAGS
value
public final int value
values
public static ITaskbarList3.THUMBBUTTONMASK[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ITaskbarList3.THUMBBUTTONMASK c : ITaskbarList3.THUMBBUTTONMASK.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ITaskbarList3.THUMBBUTTONMASK valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException
- if the argument is null
value
public long value()
- Specified by:
value
in interface ValuedEnum<ITaskbarList3.THUMBBUTTONMASK>
iterator
public Iterator<ITaskbarList3.THUMBBUTTONMASK> iterator()
- Specified by:
iterator
in interface Iterable<ITaskbarList3.THUMBBUTTONMASK>
fromValue
public static ValuedEnum<ITaskbarList3.THUMBBUTTONMASK> fromValue(long value)
Copyright © 2009-2012. All Rights Reserved.