org.rococoa.cocoa.appkit
Class _SFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit._SFlags
- Direct Known Subclasses:
- _SFlags.ByReference, _SFlags.ByValue
public class _SFlags
- extends com.ochafik.lang.jnaerator.runtime.Structure
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
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 |
RESERVED
public short RESERVED
autoforwardsScrollWheelEvents
public byte autoforwardsScrollWheelEvents
autohidesScrollers
public byte autohidesScrollers
hasCustomLineBorderColor
public byte hasCustomLineBorderColor
focusRingNeedsRedisplay
public byte focusRingNeedsRedisplay
skipRemoveSuperviewCheck
public byte skipRemoveSuperviewCheck
doesNotDrawBackground
public byte doesNotDrawBackground
needsTile
public byte needsTile
hasVerticalRuler
public byte hasVerticalRuler
hasHorizontalRuler
public byte hasHorizontalRuler
showRulers
public byte showRulers
oldRulerInstalled
public byte oldRulerInstalled
borderType
public byte borderType
noDynamicScrolling
public byte noDynamicScrolling
hScrollerStatus
public byte hScrollerStatus
vScrollerStatus
public byte vScrollerStatus
hScrollerRequired
public byte hScrollerRequired
vScrollerRequired
public byte vScrollerRequired
_SFlags
public _SFlags()
byReference
public _SFlags.ByReference byReference()
byValue
public _SFlags.ByValue byValue()
clone
public _SFlags clone()
- Overrides:
clone
in class Object