org.rococoa.cocoa.appkit
Class NSTreeNode.__NSTreeNodeFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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


Nested Class Summary
static class NSTreeNode.__NSTreeNodeFlags.ByReference
           
static class NSTreeNode.__NSTreeNodeFlags.ByValue
           
 
Field Summary
 byte ignoreObserving
           
 int reserved
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSTreeNode.__NSTreeNodeFlags()
           
NSTreeNode.__NSTreeNodeFlags(byte ignoreObserving, int reserved)
           
 
Method Summary
 NSTreeNode.__NSTreeNodeFlags.ByReference byReference()
           
 NSTreeNode.__NSTreeNodeFlags.ByValue byValue()
           
 NSTreeNode.__NSTreeNodeFlags 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

ignoreObserving

public byte ignoreObserving

reserved

public int reserved
Constructor Detail

NSTreeNode.__NSTreeNodeFlags

public NSTreeNode.__NSTreeNodeFlags()

NSTreeNode.__NSTreeNodeFlags

public NSTreeNode.__NSTreeNodeFlags(byte ignoreObserving,
                                    int reserved)
Method Detail

byReference

public NSTreeNode.__NSTreeNodeFlags.ByReference byReference()

byValue

public NSTreeNode.__NSTreeNodeFlags.ByValue byValue()

clone

public NSTreeNode.__NSTreeNodeFlags clone()
Overrides:
clone in class Object