org.rococoa.cocoa.appkit
Class NSEvent._data_union.key_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.key_struct
Direct Known Subclasses:
NSEvent._data_union.key_struct.ByReference, NSEvent._data_union.key_struct.ByValue
Enclosing class:
NSEvent._data_union

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


Nested Class Summary
static class NSEvent._data_union.key_struct.ByReference
           
static class NSEvent._data_union.key_struct.ByValue
           
 
Field Summary
 boolean isARepeat
           
 short keyCode
           
 NSString keys
           
 NSString unmodKeys
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSEvent._data_union.key_struct()
           
NSEvent._data_union.key_struct(NSString keys, NSString unmodKeys, short keyCode, boolean isARepeat)
           
 
Method Summary
 NSEvent._data_union.key_struct.ByReference byReference()
           
 NSEvent._data_union.key_struct.ByValue byValue()
           
 NSEvent._data_union.key_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

keys

public NSString keys

unmodKeys

public NSString unmodKeys

keyCode

public short keyCode

isARepeat

public boolean isARepeat
Constructor Detail

NSEvent._data_union.key_struct

public NSEvent._data_union.key_struct()

NSEvent._data_union.key_struct

public NSEvent._data_union.key_struct(NSString keys,
                                      NSString unmodKeys,
                                      short keyCode,
                                      boolean isARepeat)
Method Detail

byReference

public NSEvent._data_union.key_struct.ByReference byReference()

byValue

public NSEvent._data_union.key_struct.ByValue byValue()

clone

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