org.rococoa.cocoa.foundation
Class NSUndoManager._flags_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.foundation.NSUndoManager._flags_struct
Direct Known Subclasses:
NSUndoManager._flags_struct.ByReference, NSUndoManager._flags_struct.ByValue
Enclosing class:
NSUndoManager

public static class NSUndoManager._flags_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSUndoManager._flags_struct.ByReference
           
static class NSUndoManager._flags_struct.ByValue
           
 
Field Summary
 byte groupsByEvent
           
 byte postingCheckpointNotification
           
 byte redoing
           
 byte registeredForCallback
           
 int reserved
           
 byte undoing
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSUndoManager._flags_struct()
           
NSUndoManager._flags_struct(byte undoing, byte redoing, byte registeredForCallback, byte postingCheckpointNotification, byte groupsByEvent, int reserved)
           
 
Method Summary
 NSUndoManager._flags_struct.ByReference byReference()
           
 NSUndoManager._flags_struct.ByValue byValue()
           
 NSUndoManager._flags_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

undoing

public byte undoing

redoing

public byte redoing

registeredForCallback

public byte registeredForCallback

postingCheckpointNotification

public byte postingCheckpointNotification

groupsByEvent

public byte groupsByEvent

reserved

public int reserved
Constructor Detail

NSUndoManager._flags_struct

public NSUndoManager._flags_struct()

NSUndoManager._flags_struct

public NSUndoManager._flags_struct(byte undoing,
                                   byte redoing,
                                   byte registeredForCallback,
                                   byte postingCheckpointNotification,
                                   byte groupsByEvent,
                                   int reserved)
Method Detail

byReference

public NSUndoManager._flags_struct.ByReference byReference()

byValue

public NSUndoManager._flags_struct.ByValue byValue()

clone

public NSUndoManager._flags_struct clone()
Overrides:
clone in class Object