org.rococoa.cocoa.appkit
Class NSTableColumn.__colFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<NSTableColumn.__colFlags,NSTableColumn.__colFlags.ByValue,NSTableColumn.__colFlags.ByReference>
          extended by org.rococoa.cocoa.appkit.NSTableColumn.__colFlags
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<NSTableColumn.__colFlags,NSTableColumn.__colFlags.ByValue,NSTableColumn.__colFlags.ByReference>>
Direct Known Subclasses:
NSTableColumn.__colFlags.ByReference, NSTableColumn.__colFlags.ByValue
Enclosing class:
NSTableColumn

public static class NSTableColumn.__colFlags
extends Structure<NSTableColumn.__colFlags,NSTableColumn.__colFlags.ByValue,NSTableColumn.__colFlags.ByReference>


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
 
Constructor Summary
NSTableColumn.__colFlags()
           
NSTableColumn.__colFlags(byte oldIsResizable, byte isEditable, byte resizedPostingDisableCount, byte canUseReorderResizeImageCache, byte userResizingAllowed, byte autoResizingAllowed, byte hidden, int RESERVED)
           
 
Method Summary
static NSTableColumn.__colFlags[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

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

newArray

public static NSTableColumn.__colFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.