org.rococoa.cocoa.appkit
Class NSCollectionView.__animationContainerFlags

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

public static class NSCollectionView.__animationContainerFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSCollectionView.__animationContainerFlags.ByReference
           
static class NSCollectionView.__animationContainerFlags.ByValue
           
 
Field Summary
 byte _allowsMultipleSelection
           
 byte _avoidsEmptySelection
           
 byte _gridParametersReadFromPrototype
           
 byte _ignoreFrameSizeChanges
           
 byte _isFirstResponder
           
 int _reservedAnimationContainer
           
 byte _selectable
           
 byte _superviewIsClipView
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSCollectionView.__animationContainerFlags()
           
NSCollectionView.__animationContainerFlags(byte _ignoreFrameSizeChanges, byte _selectable, byte _allowsMultipleSelection, byte _avoidsEmptySelection, byte _superviewIsClipView, byte _gridParametersReadFromPrototype, byte _isFirstResponder, int _reservedAnimationContainer)
           
 
Method Summary
 NSCollectionView.__animationContainerFlags.ByReference byReference()
           
 NSCollectionView.__animationContainerFlags.ByValue byValue()
           
 NSCollectionView.__animationContainerFlags 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

_ignoreFrameSizeChanges

public byte _ignoreFrameSizeChanges

_selectable

public byte _selectable

_allowsMultipleSelection

public byte _allowsMultipleSelection

_avoidsEmptySelection

public byte _avoidsEmptySelection

_superviewIsClipView

public byte _superviewIsClipView

_gridParametersReadFromPrototype

public byte _gridParametersReadFromPrototype

_isFirstResponder

public byte _isFirstResponder

_reservedAnimationContainer

public int _reservedAnimationContainer
Constructor Detail

NSCollectionView.__animationContainerFlags

public NSCollectionView.__animationContainerFlags()

NSCollectionView.__animationContainerFlags

public NSCollectionView.__animationContainerFlags(byte _ignoreFrameSizeChanges,
                                                  byte _selectable,
                                                  byte _allowsMultipleSelection,
                                                  byte _avoidsEmptySelection,
                                                  byte _superviewIsClipView,
                                                  byte _gridParametersReadFromPrototype,
                                                  byte _isFirstResponder,
                                                  int _reservedAnimationContainer)
Method Detail

byReference

public NSCollectionView.__animationContainerFlags.ByReference byReference()

byValue

public NSCollectionView.__animationContainerFlags.ByValue byValue()

clone

public NSCollectionView.__animationContainerFlags clone()
Overrides:
clone in class Object