org.rococoa.cocoa.appkit
Class NSControl.__conFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSControl.__conFlags
- Direct Known Subclasses:
- NSControl.__conFlags.ByReference, NSControl.__conFlags.ByValue
- Enclosing class:
- NSControl
public static class NSControl.__conFlags
- 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 |
enabled
public byte enabled
ignoreMultiClick
public byte ignoreMultiClick
calcSize
public byte calcSize
drawingAncestor
public byte drawingAncestor
ibReserved
public byte ibReserved
updateCellFocus
public byte updateCellFocus
reserved
public int reserved
NSControl.__conFlags
public NSControl.__conFlags()
NSControl.__conFlags
public NSControl.__conFlags(byte enabled,
byte ignoreMultiClick,
byte calcSize,
byte drawingAncestor,
byte ibReserved,
byte updateCellFocus,
int reserved)
byReference
public NSControl.__conFlags.ByReference byReference()
byValue
public NSControl.__conFlags.ByValue byValue()
clone
public NSControl.__conFlags clone()
- Overrides:
clone
in class Object