org.rococoa.cocoa.appkit
Class NSDatePickerCell.__dateCellFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSDatePickerCell.__dateCellFlags
- Direct Known Subclasses:
- NSDatePickerCell.__dateCellFlags.ByReference, NSDatePickerCell.__dateCellFlags.ByValue
- Enclosing class:
- NSDatePickerCell
public static class NSDatePickerCell.__dateCellFlags
- extends com.ochafik.lang.jnaerator.runtime.Structure
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 |
elements
public short elements
controlStyle
public byte controlStyle
controlMode
public byte controlMode
trackingHand
public byte trackingHand
reserved2
public byte reserved2
drawsBackground
public byte drawsBackground
digitsEntered
public byte digitsEntered
forcesLeadingZeroes
public byte forcesLeadingZeroes
wrapsDateComponentArithmetic
public byte wrapsDateComponentArithmetic
NSDatePickerCell.__dateCellFlags
public NSDatePickerCell.__dateCellFlags()
NSDatePickerCell.__dateCellFlags
public NSDatePickerCell.__dateCellFlags(short elements,
byte controlStyle,
byte controlMode,
byte trackingHand,
byte reserved2,
byte drawsBackground,
byte digitsEntered,
byte forcesLeadingZeroes,
byte wrapsDateComponentArithmetic)
byReference
public NSDatePickerCell.__dateCellFlags.ByReference byReference()
byValue
public NSDatePickerCell.__dateCellFlags.ByValue byValue()
clone
public NSDatePickerCell.__dateCellFlags clone()
- Overrides:
clone
in class Object