org.rococoa.cocoa.appkit
Class NSEvent._data_union.misc_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit.NSEvent._data_union.misc_struct
Direct Known Subclasses:
NSEvent._data_union.misc_struct.ByReference, NSEvent._data_union.misc_struct.ByValue
Enclosing class:
NSEvent._data_union

public static class NSEvent._data_union.misc_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSEvent._data_union.misc_struct.ByReference
           
static class NSEvent._data_union.misc_struct.ByValue
           
 
Field Summary
 int data1
           
 int data2
           
 int subtype
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSEvent._data_union.misc_struct()
           
NSEvent._data_union.misc_struct(int subtype, int data1, int data2)
           
 
Method Summary
 NSEvent._data_union.misc_struct.ByReference byReference()
           
 NSEvent._data_union.misc_struct.ByValue byValue()
           
 NSEvent._data_union.misc_struct clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

subtype

public int subtype

data1

public int data1

data2

public int data2
Constructor Detail

NSEvent._data_union.misc_struct

public NSEvent._data_union.misc_struct()

NSEvent._data_union.misc_struct

public NSEvent._data_union.misc_struct(int subtype,
                                       int data1,
                                       int data2)
Method Detail

byReference

public NSEvent._data_union.misc_struct.ByReference byReference()

byValue

public NSEvent._data_union.misc_struct.ByValue byValue()

clone

public NSEvent._data_union.misc_struct clone()
Overrides:
clone in class Object