org.rococoa.cocoa.appkit
Class NSTableColumn.__colFlags

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

public static class NSTableColumn.__colFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSTableColumn.__colFlags.ByReference
           
static class NSTableColumn.__colFlags.ByValue
           
 
Field Summary
 byte autoResizingAllowed
           
 byte canUseReorderResizeImageCache
           
 byte hidden
           
 byte isEditable
           
 byte oldIsResizable
           
 int RESERVED
           
 byte resizedPostingDisableCount
           
 byte userResizingAllowed
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSTableColumn.__colFlags()
           
NSTableColumn.__colFlags(byte oldIsResizable, byte isEditable, byte resizedPostingDisableCount, byte canUseReorderResizeImageCache, byte userResizingAllowed, byte autoResizingAllowed, byte hidden, int RESERVED)
           
 
Method Summary
 NSTableColumn.__colFlags.ByReference byReference()
           
 NSTableColumn.__colFlags.ByValue byValue()
           
 NSTableColumn.__colFlags 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

oldIsResizable

public byte oldIsResizable

isEditable

public byte isEditable

resizedPostingDisableCount

public byte resizedPostingDisableCount

canUseReorderResizeImageCache

public byte canUseReorderResizeImageCache

userResizingAllowed

public byte userResizingAllowed

autoResizingAllowed

public byte autoResizingAllowed

hidden

public byte hidden

RESERVED

public int RESERVED
Constructor Detail

NSTableColumn.__colFlags

public NSTableColumn.__colFlags()

NSTableColumn.__colFlags

public NSTableColumn.__colFlags(byte oldIsResizable,
                                byte isEditable,
                                byte resizedPostingDisableCount,
                                byte canUseReorderResizeImageCache,
                                byte userResizingAllowed,
                                byte autoResizingAllowed,
                                byte hidden,
                                int RESERVED)
Method Detail

byReference

public NSTableColumn.__colFlags.ByReference byReference()

byValue

public NSTableColumn.__colFlags.ByValue byValue()

clone

public NSTableColumn.__colFlags clone()
Overrides:
clone in class Object