org.rococoa.cocoa.appkit
Class NSTreeNode.__NSTreeNodeFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSTreeNode.__NSTreeNodeFlags
- Direct Known Subclasses:
- NSTreeNode.__NSTreeNodeFlags.ByReference, NSTreeNode.__NSTreeNodeFlags.ByValue
- Enclosing class:
- NSTreeNode
public static class NSTreeNode.__NSTreeNodeFlags
- 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 |
ignoreObserving
public byte ignoreObserving
reserved
public int reserved
NSTreeNode.__NSTreeNodeFlags
public NSTreeNode.__NSTreeNodeFlags()
NSTreeNode.__NSTreeNodeFlags
public NSTreeNode.__NSTreeNodeFlags(byte ignoreObserving,
int reserved)
byReference
public NSTreeNode.__NSTreeNodeFlags.ByReference byReference()
byValue
public NSTreeNode.__NSTreeNodeFlags.ByValue byValue()
clone
public NSTreeNode.__NSTreeNodeFlags clone()
- Overrides:
clone
in class Object