com.jniwrapper.win32.mshtml.types
Class ContextMenuTarget

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

public class ContextMenuTarget
extends ComEnumeration

This class contains DWORD constants used in the IDocHostUIHandler::showContextMenu method. Microsoft Internet development SDK documentation


Field Summary
static int CONTEXT_MENU_ANCHOR
           
static int CONTEXT_MENU_CONTROL
           
static int CONTEXT_MENU_DEFAULT
           
static int CONTEXT_MENU_IMAGE
           
static int CONTEXT_MENU_IMGART
           
static int CONTEXT_MENU_IMGDYNSRC
           
static int CONTEXT_MENU_LINK
           
static int CONTEXT_MENU_SELECTION
           
static int CONTEXT_MENU_TABLE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
ContextMenuTarget()
           
ContextMenuTarget(IntegerParameter t)
           
ContextMenuTarget(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

CONTEXT_MENU_DEFAULT

public static final int CONTEXT_MENU_DEFAULT
See Also:
Constant Field Values

CONTEXT_MENU_IMAGE

public static final int CONTEXT_MENU_IMAGE
See Also:
Constant Field Values

CONTEXT_MENU_CONTROL

public static final int CONTEXT_MENU_CONTROL
See Also:
Constant Field Values

CONTEXT_MENU_TABLE

public static final int CONTEXT_MENU_TABLE
See Also:
Constant Field Values

CONTEXT_MENU_SELECTION

public static final int CONTEXT_MENU_SELECTION
See Also:
Constant Field Values

CONTEXT_MENU_LINK

public static final int CONTEXT_MENU_LINK
See Also:
Constant Field Values

CONTEXT_MENU_ANCHOR

public static final int CONTEXT_MENU_ANCHOR
See Also:
Constant Field Values

CONTEXT_MENU_IMGDYNSRC

public static final int CONTEXT_MENU_IMGDYNSRC
See Also:
Constant Field Values

CONTEXT_MENU_IMGART

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

ContextMenuTarget

public ContextMenuTarget()

ContextMenuTarget

public ContextMenuTarget(long val)

ContextMenuTarget

public ContextMenuTarget(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()