com.jniwrapper.win32.mshtml.types
Class DocHostUIDblClk

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ay
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.win32.com.types.ComEnumeration
                      extended bycom.jniwrapper.win32.mshtml.types.DocHostUIDblClk
All Implemented Interfaces:
IntegerParameter

public class DocHostUIDblClk
extends ComEnumeration

Represents COM enumeration DOCHOSTUIDBLCLK.

See Also:
Programming and Reusing the Browser / Advanced Hosting Reference

Field Summary
static int DOCHOSTUIDBLCLK_DEFAULT
           
static int DOCHOSTUIDBLCLK_SHOWCODE
           
static int DOCHOSTUIDBLCLK_SHOWPROPERTIES
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
DocHostUIDblClk()
           
DocHostUIDblClk(IntegerParameter t)
           
DocHostUIDblClk(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.ay
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

DOCHOSTUIDBLCLK_DEFAULT

public static final int DOCHOSTUIDBLCLK_DEFAULT
See Also:
Constant Field Values

DOCHOSTUIDBLCLK_SHOWPROPERTIES

public static final int DOCHOSTUIDBLCLK_SHOWPROPERTIES
See Also:
Constant Field Values

DOCHOSTUIDBLCLK_SHOWCODE

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

DocHostUIDblClk

public DocHostUIDblClk()

DocHostUIDblClk

public DocHostUIDblClk(long val)

DocHostUIDblClk

public DocHostUIDblClk(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()