com.jniwrapper.win32.shell.types
Class SHGNO

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.DelegatingParameter
          extended by com.jniwrapper.bf
              extended by com.jniwrapper.Int
                  extended by com.jniwrapper.win32.com.types.ComEnumeration
                      extended by com.jniwrapper.win32.shell.types.SHGNO
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

public class SHGNO
extends com.jniwrapper.win32.com.types.ComEnumeration

Represents COM enumeration SHGNO.


Field Summary
static int SHGDN_FORADDRESSBAR
           
static int SHGDN_FOREDITING
           
static int SHGDN_FORPARSING
           
static int SHGDN_INFOLDER
           
static int SHGDN_NORMAL
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
SHGNO()
           
SHGNO(com.jniwrapper.IntegerParameter t)
           
SHGNO(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.bf
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SHGDN_NORMAL

public static final int SHGDN_NORMAL
See Also:
Constant Field Values

SHGDN_INFOLDER

public static final int SHGDN_INFOLDER
See Also:
Constant Field Values

SHGDN_FOREDITING

public static final int SHGDN_FOREDITING
See Also:
Constant Field Values

SHGDN_FORADDRESSBAR

public static final int SHGDN_FORADDRESSBAR
See Also:
Constant Field Values

SHGDN_FORPARSING

public static final int SHGDN_FORPARSING
See Also:
Constant Field Values
Constructor Detail

SHGNO

public SHGNO()

SHGNO

public SHGNO(long val)

SHGNO

public SHGNO(com.jniwrapper.IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class com.jniwrapper.Int