org.bridj.cpp.com.shell
Enum ITaskbarList3.THUMBBUTTONFLAGS
java.lang.Object
java.lang.Enum<ITaskbarList3.THUMBBUTTONFLAGS>
org.bridj.cpp.com.shell.ITaskbarList3.THUMBBUTTONFLAGS
- All Implemented Interfaces:
- Serializable, Comparable<ITaskbarList3.THUMBBUTTONFLAGS>, Iterable<ITaskbarList3.THUMBBUTTONFLAGS>, IntValuedEnum<ITaskbarList3.THUMBBUTTONFLAGS>, ValuedEnum<ITaskbarList3.THUMBBUTTONFLAGS>
- Enclosing class:
- ITaskbarList3
public static enum ITaskbarList3.THUMBBUTTONFLAGS
- extends Enum<ITaskbarList3.THUMBBUTTONFLAGS>
- implements IntValuedEnum<ITaskbarList3.THUMBBUTTONFLAGS>
THBF_ENABLED
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_ENABLED
THBF_DISABLED
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_DISABLED
THBF_DISMISSONCLICK
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_DISMISSONCLICK
THBF_NOBACKGROUND
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_NOBACKGROUND
THBF_HIDDEN
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_HIDDEN
THBF_NONINTERACTIVE
public static final ITaskbarList3.THUMBBUTTONFLAGS THBF_NONINTERACTIVE
values
public static ITaskbarList3.THUMBBUTTONFLAGS[] 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.THUMBBUTTONFLAGS c : ITaskbarList3.THUMBBUTTONFLAGS.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.THUMBBUTTONFLAGS 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.THUMBBUTTONFLAGS>
iterator
public Iterator<ITaskbarList3.THUMBBUTTONFLAGS> iterator()
- Specified by:
iterator
in interface Iterable<ITaskbarList3.THUMBBUTTONFLAGS>
fromValue
public static ValuedEnum<ITaskbarList3.THUMBBUTTONFLAGS> fromValue(long value)
Copyright © 2009-2012. All Rights Reserved.