org.rococoa.cocoa.appkit
Class NSTableColumn.__colFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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
Constructor Summary |
NSTableColumn.__colFlags()
|
NSTableColumn.__colFlags(byte oldIsResizable,
byte isEditable,
byte resizedPostingDisableCount,
byte canUseReorderResizeImageCache,
byte userResizingAllowed,
byte autoResizingAllowed,
byte hidden,
int RESERVED)
|
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 |
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
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)
byReference
public NSTableColumn.__colFlags.ByReference byReference()
byValue
public NSTableColumn.__colFlags.ByValue byValue()
clone
public NSTableColumn.__colFlags clone()
- Overrides:
clone
in class Object