org.rococoa.cocoa.appkit
Class NSTableColumn.__colFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<NSTableColumn.__colFlags,NSTableColumn.__colFlags.ByValue,NSTableColumn.__colFlags.ByReference>
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>
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 |
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 |
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)
newArray
public static NSTableColumn.__colFlags[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.