org.rococoa.cocoa.appkit
Class NSController.__bindingsControllerFlags

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

public static class NSController.__bindingsControllerFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSController.__bindingsControllerFlags.ByReference
           
static class NSController.__bindingsControllerFlags.ByValue
           
 
Field Summary
 byte _alwaysPresentsApplicationModalAlerts
           
 byte _isEditing
           
 byte _multipleObservedModelObjects
           
 byte _refreshesAllModelKeys
           
 int _reservedController
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSController.__bindingsControllerFlags()
           
NSController.__bindingsControllerFlags(byte _alwaysPresentsApplicationModalAlerts, byte _refreshesAllModelKeys, byte _multipleObservedModelObjects, byte _isEditing, int _reservedController)
           
 
Method Summary
 NSController.__bindingsControllerFlags.ByReference byReference()
           
 NSController.__bindingsControllerFlags.ByValue byValue()
           
 NSController.__bindingsControllerFlags 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

_alwaysPresentsApplicationModalAlerts

public byte _alwaysPresentsApplicationModalAlerts

_refreshesAllModelKeys

public byte _refreshesAllModelKeys

_multipleObservedModelObjects

public byte _multipleObservedModelObjects

_isEditing

public byte _isEditing

_reservedController

public int _reservedController
Constructor Detail

NSController.__bindingsControllerFlags

public NSController.__bindingsControllerFlags()

NSController.__bindingsControllerFlags

public NSController.__bindingsControllerFlags(byte _alwaysPresentsApplicationModalAlerts,
                                              byte _refreshesAllModelKeys,
                                              byte _multipleObservedModelObjects,
                                              byte _isEditing,
                                              int _reservedController)
Method Detail

byReference

public NSController.__bindingsControllerFlags.ByReference byReference()

byValue

public NSController.__bindingsControllerFlags.ByValue byValue()

clone

public NSController.__bindingsControllerFlags clone()
Overrides:
clone in class Object