org.rococoa.cocoa.appkit
Class NSCollectionView.__animationContainerFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
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 |
_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
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)
byReference
public NSCollectionView.__animationContainerFlags.ByReference byReference()
byValue
public NSCollectionView.__animationContainerFlags.ByValue byValue()
clone
public NSCollectionView.__animationContainerFlags clone()
- Overrides:
clone
in class Object