com.jniwrapper.win32.ole.types
Class DropEffect

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.ole.types.DropEffect
All Implemented Interfaces:
IntegerParameter

public class DropEffect
extends ComEnumeration

This enumeration provides flags for effects of a drag-and-drop operation. The actual effect of a drag-and-drop operation is the result of applying the OR operation on these values. This class represents DROPEFFECT native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int DROPEFFECT_COPY
           
static int DROPEFFECT_LINK
           
static int DROPEFFECT_MOVE
           
static int DROPEFFECT_NONE
           
static int DROPEFFECT_SCROLL
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
DropEffect()
           
DropEffect(IntegerParameter t)
           
DropEffect(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

DROPEFFECT_NONE

public static final int DROPEFFECT_NONE
See Also:
Constant Field Values

DROPEFFECT_COPY

public static final int DROPEFFECT_COPY
See Also:
Constant Field Values

DROPEFFECT_MOVE

public static final int DROPEFFECT_MOVE
See Also:
Constant Field Values

DROPEFFECT_LINK

public static final int DROPEFFECT_LINK
See Also:
Constant Field Values

DROPEFFECT_SCROLL

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

DropEffect

public DropEffect()

DropEffect

public DropEffect(long val)

DropEffect

public DropEffect(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()