com.jniwrapper.win32.ole.types
Class OleVerbs

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

public class OleVerbs
extends ComEnumeration

This enumeration contains constants for IOleObject::DoVerb method.


Field Summary
static int DISCARDUNDOSTATE
           
static int HIDE
           
static int INPLACEACTIVATE
           
static int OPEN
           
static int PRIMARY
           
static int PROPERTIES
           
static int SHOW
           
static int UIACTIVATE
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
OleVerbs()
           
OleVerbs(IntegerParameter t)
           
OleVerbs(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

PRIMARY

public static final int PRIMARY
See Also:
Constant Field Values

SHOW

public static final int SHOW
See Also:
Constant Field Values

OPEN

public static final int OPEN
See Also:
Constant Field Values

HIDE

public static final int HIDE
See Also:
Constant Field Values

UIACTIVATE

public static final int UIACTIVATE
See Also:
Constant Field Values

INPLACEACTIVATE

public static final int INPLACEACTIVATE
See Also:
Constant Field Values

DISCARDUNDOSTATE

public static final int DISCARDUNDOSTATE
See Also:
Constant Field Values

PROPERTIES

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

OleVerbs

public OleVerbs()

OleVerbs

public OleVerbs(long val)

OleVerbs

public OleVerbs(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()