com.jniwrapper.win32.mshtml.types
Class DocHostUIFlag

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.DocHostUIFlag
All Implemented Interfaces:
IntegerParameter

public class DocHostUIFlag
extends ComEnumeration

Represents COM enumeration DOCHOSTUIFLAG.

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

Field Summary
static int DOCHOSTUIFLAG_ACTIVATE_CLIENTHIT_ONLY
           
static int DOCHOSTUIFLAG_BROWSER
           
static int DOCHOSTUIFLAG_CODEPAGELINKEDFONTS
           
static int DOCHOSTUIFLAG_DESKTOP
           
static int DOCHOSTUIFLAG_DIALOG
           
static int DOCHOSTUIFLAG_DISABLE_HELP_MENU
           
static int DOCHOSTUIFLAG_DISABLE_OFFSCREEN
           
static int DOCHOSTUIFLAG_DISABLE_SCRIPT_INACTIVE
           
static int DOCHOSTUIFLAG_DIV_BLOCKDEFAULT
           
static int DOCHOSTUIFLAG_ENABLE_FORMS_AUTOCOMPLETE
           
static int DOCHOSTUIFLAG_ENABLE_INPLACE_NAVIGATION
           
static int DOCHOSTUIFLAG_FLAT_SCROLLBAR
           
static int DOCHOSTUIFLAG_IME_ENABLE_RECONVERSION
           
static int DOCHOSTUIFLAG_NO3DBORDER
           
static int DOCHOSTUIFLAG_OPENNEWUI
           
static int DOCHOSTUIFLAG_OVERRIDEBEHAVIORFACTORY
           
static int DOCHOSTUIFLAG_SCROLL_NO
           
static int DOCHOSTUIFLAG_THEME
           
static int DOCHOSTUIFLAG_URL_ENCODING_DISABLE_UTF8
           
static int DOCHOSTUIFLAG_URL_ENCODING_ENABLE_UTF8
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
DocHostUIFlag()
           
DocHostUIFlag(IntegerParameter t)
           
DocHostUIFlag(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

DOCHOSTUIFLAG_DIALOG

public static final int DOCHOSTUIFLAG_DIALOG
See Also:
Constant Field Values

DOCHOSTUIFLAG_DISABLE_HELP_MENU

public static final int DOCHOSTUIFLAG_DISABLE_HELP_MENU
See Also:
Constant Field Values

DOCHOSTUIFLAG_NO3DBORDER

public static final int DOCHOSTUIFLAG_NO3DBORDER
See Also:
Constant Field Values

DOCHOSTUIFLAG_SCROLL_NO

public static final int DOCHOSTUIFLAG_SCROLL_NO
See Also:
Constant Field Values

DOCHOSTUIFLAG_DISABLE_SCRIPT_INACTIVE

public static final int DOCHOSTUIFLAG_DISABLE_SCRIPT_INACTIVE
See Also:
Constant Field Values

DOCHOSTUIFLAG_OPENNEWUI

public static final int DOCHOSTUIFLAG_OPENNEWUI
See Also:
Constant Field Values

DOCHOSTUIFLAG_DISABLE_OFFSCREEN

public static final int DOCHOSTUIFLAG_DISABLE_OFFSCREEN
See Also:
Constant Field Values

DOCHOSTUIFLAG_FLAT_SCROLLBAR

public static final int DOCHOSTUIFLAG_FLAT_SCROLLBAR
See Also:
Constant Field Values

DOCHOSTUIFLAG_DIV_BLOCKDEFAULT

public static final int DOCHOSTUIFLAG_DIV_BLOCKDEFAULT
See Also:
Constant Field Values

DOCHOSTUIFLAG_ACTIVATE_CLIENTHIT_ONLY

public static final int DOCHOSTUIFLAG_ACTIVATE_CLIENTHIT_ONLY
See Also:
Constant Field Values

DOCHOSTUIFLAG_OVERRIDEBEHAVIORFACTORY

public static final int DOCHOSTUIFLAG_OVERRIDEBEHAVIORFACTORY
See Also:
Constant Field Values

DOCHOSTUIFLAG_CODEPAGELINKEDFONTS

public static final int DOCHOSTUIFLAG_CODEPAGELINKEDFONTS
See Also:
Constant Field Values

DOCHOSTUIFLAG_URL_ENCODING_DISABLE_UTF8

public static final int DOCHOSTUIFLAG_URL_ENCODING_DISABLE_UTF8
See Also:
Constant Field Values

DOCHOSTUIFLAG_URL_ENCODING_ENABLE_UTF8

public static final int DOCHOSTUIFLAG_URL_ENCODING_ENABLE_UTF8
See Also:
Constant Field Values

DOCHOSTUIFLAG_ENABLE_FORMS_AUTOCOMPLETE

public static final int DOCHOSTUIFLAG_ENABLE_FORMS_AUTOCOMPLETE
See Also:
Constant Field Values

DOCHOSTUIFLAG_ENABLE_INPLACE_NAVIGATION

public static final int DOCHOSTUIFLAG_ENABLE_INPLACE_NAVIGATION
See Also:
Constant Field Values

DOCHOSTUIFLAG_IME_ENABLE_RECONVERSION

public static final int DOCHOSTUIFLAG_IME_ENABLE_RECONVERSION
See Also:
Constant Field Values

DOCHOSTUIFLAG_BROWSER

public static final int DOCHOSTUIFLAG_BROWSER
See Also:
Constant Field Values

DOCHOSTUIFLAG_DESKTOP

public static final int DOCHOSTUIFLAG_DESKTOP
See Also:
Constant Field Values

DOCHOSTUIFLAG_THEME

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

DocHostUIFlag

public DocHostUIFlag()

DocHostUIFlag

public DocHostUIFlag(long val)

DocHostUIFlag

public DocHostUIFlag(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()