org.rococoa.cocoa.appkit
Class NSCollectionViewItem.__collectionViewItemFlags

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

public static class NSCollectionViewItem.__collectionViewItemFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSCollectionViewItem.__collectionViewItemFlags.ByReference
           
static class NSCollectionViewItem.__collectionViewItemFlags.ByValue
           
 
Field Summary
 byte _removalNeeded
           
 int _reservedAnimationContainer
           
 byte _selected
           
 byte _suppressSelectionChangeNotification
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSCollectionViewItem.__collectionViewItemFlags()
           
NSCollectionViewItem.__collectionViewItemFlags(byte _selected, byte _removalNeeded, byte _suppressSelectionChangeNotification, int _reservedAnimationContainer)
           
 
Method Summary
 NSCollectionViewItem.__collectionViewItemFlags.ByReference byReference()
           
 NSCollectionViewItem.__collectionViewItemFlags.ByValue byValue()
           
 NSCollectionViewItem.__collectionViewItemFlags 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

_selected

public byte _selected

_removalNeeded

public byte _removalNeeded

_suppressSelectionChangeNotification

public byte _suppressSelectionChangeNotification

_reservedAnimationContainer

public int _reservedAnimationContainer
Constructor Detail

NSCollectionViewItem.__collectionViewItemFlags

public NSCollectionViewItem.__collectionViewItemFlags()

NSCollectionViewItem.__collectionViewItemFlags

public NSCollectionViewItem.__collectionViewItemFlags(byte _selected,
                                                      byte _removalNeeded,
                                                      byte _suppressSelectionChangeNotification,
                                                      int _reservedAnimationContainer)
Method Detail

byReference

public NSCollectionViewItem.__collectionViewItemFlags.ByReference byReference()

byValue

public NSCollectionViewItem.__collectionViewItemFlags.ByValue byValue()

clone

public NSCollectionViewItem.__collectionViewItemFlags clone()
Overrides:
clone in class Object