com.jniwrapper.macosx.cocoa.nsevent
Class _NSEventTypeEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsevent._NSEventTypeEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSEventType

public class _NSEventTypeEnumeration
extends com.jniwrapper.Int

This class represents _NSEventTypeEnumeration enumeration.


Field Summary
static int NSAppKitDefined
           
static int NSApplicationDefined
           
static int NSCursorUpdate
           
static int NSFlagsChanged
           
static int NSKeyDown
           
static int NSKeyUp
           
static int NSLeftMouseDown
           
static int NSLeftMouseDragged
           
static int NSLeftMouseUp
           
static int NSMouseEntered
           
static int NSMouseExited
           
static int NSMouseMoved
           
static int NSOtherMouseDown
           
static int NSOtherMouseDragged
           
static int NSOtherMouseUp
           
static int NSPeriodic
           
static int NSRightMouseDown
           
static int NSRightMouseDragged
           
static int NSRightMouseUp
           
static int NSScrollWheel
           
static int NSSystemDefined
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSEventTypeEnumeration()
           
_NSEventTypeEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSEventTypeEnumeration(long value)
           
 
Methods inherited from class com.jniwrapper.Int
clone
 
Methods inherited from class com.jniwrapper.ax
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

NSLeftMouseDown

public static final int NSLeftMouseDown
See Also:
Constant Field Values

NSLeftMouseUp

public static final int NSLeftMouseUp
See Also:
Constant Field Values

NSRightMouseDown

public static final int NSRightMouseDown
See Also:
Constant Field Values

NSRightMouseUp

public static final int NSRightMouseUp
See Also:
Constant Field Values

NSMouseMoved

public static final int NSMouseMoved
See Also:
Constant Field Values

NSLeftMouseDragged

public static final int NSLeftMouseDragged
See Also:
Constant Field Values

NSRightMouseDragged

public static final int NSRightMouseDragged
See Also:
Constant Field Values

NSMouseEntered

public static final int NSMouseEntered
See Also:
Constant Field Values

NSMouseExited

public static final int NSMouseExited
See Also:
Constant Field Values

NSKeyDown

public static final int NSKeyDown
See Also:
Constant Field Values

NSKeyUp

public static final int NSKeyUp
See Also:
Constant Field Values

NSFlagsChanged

public static final int NSFlagsChanged
See Also:
Constant Field Values

NSAppKitDefined

public static final int NSAppKitDefined
See Also:
Constant Field Values

NSSystemDefined

public static final int NSSystemDefined
See Also:
Constant Field Values

NSApplicationDefined

public static final int NSApplicationDefined
See Also:
Constant Field Values

NSPeriodic

public static final int NSPeriodic
See Also:
Constant Field Values

NSCursorUpdate

public static final int NSCursorUpdate
See Also:
Constant Field Values

NSScrollWheel

public static final int NSScrollWheel
See Also:
Constant Field Values

NSOtherMouseDown

public static final int NSOtherMouseDown
See Also:
Constant Field Values

NSOtherMouseUp

public static final int NSOtherMouseUp
See Also:
Constant Field Values

NSOtherMouseDragged

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

_NSEventTypeEnumeration

public _NSEventTypeEnumeration()

_NSEventTypeEnumeration

public _NSEventTypeEnumeration(long value)

_NSEventTypeEnumeration

public _NSEventTypeEnumeration(com.jniwrapper.IntegerParameter t)