com.jniwrapper.win32.ole.types
Class KeyModifiers

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.DelegatingParameter
          extended by com.jniwrapper.bf
              extended by com.jniwrapper.Int
                  extended by com.jniwrapper.win32.com.types.ComEnumeration
                      extended by com.jniwrapper.win32.ole.types.KeyModifiers
All Implemented Interfaces:
IntegerParameter

public class KeyModifiers
extends ComEnumeration

Values of this enumeration are flags used in calls to describe additional keyboard states. This class correponds to KEYMODIFIERS native enumeration.

See Also:
Microsoft COM SDK documentation

Field Summary
static int KEYMOD_ALT
           
static int KEYMOD_CONTROL
           
static int KEYMOD_SHIFT
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
KeyModifiers()
           
KeyModifiers(IntegerParameter t)
           
KeyModifiers(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.bf
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

KEYMOD_SHIFT

public static final int KEYMOD_SHIFT
See Also:
Constant Field Values

KEYMOD_CONTROL

public static final int KEYMOD_CONTROL
See Also:
Constant Field Values

KEYMOD_ALT

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

KeyModifiers

public KeyModifiers()

KeyModifiers

public KeyModifiers(long val)

KeyModifiers

public KeyModifiers(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class Int