org.bridj.cpp.com.shell
Enum ITaskbarList3.THUMBBUTTONFLAGS

java.lang.Object
  extended by java.lang.Enum<ITaskbarList3.THUMBBUTTONFLAGS>
      extended by 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>


Enum Constant Summary
THBF_DISABLED
           
THBF_DISMISSONCLICK
           
THBF_ENABLED
           
THBF_HIDDEN
           
THBF_NOBACKGROUND
           
THBF_NONINTERACTIVE
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.