org.rococoa.cocoa.appkit
Class _SFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class _SFlags.ByReference
           
static class _SFlags.ByValue
           
 
Field Summary
 byte autoforwardsScrollWheelEvents
           
 byte autohidesScrollers
           
 byte borderType
           
 byte doesNotDrawBackground
           
 byte focusRingNeedsRedisplay
           
 byte hasCustomLineBorderColor
           
 byte hasHorizontalRuler
           
 byte hasVerticalRuler
           
 byte hScrollerRequired
           
 byte hScrollerStatus
           
 byte needsTile
           
 byte noDynamicScrolling
           
 byte oldRulerInstalled
           
 short RESERVED
           
 byte showRulers
           
 byte skipRemoveSuperviewCheck
           
 byte vScrollerRequired
           
 byte vScrollerStatus
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
_SFlags()
           
 
Method Summary
 _SFlags.ByReference byReference()
           
 _SFlags.ByValue byValue()
           
 _SFlags clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

_SFlags

public _SFlags()
Method Detail

byReference

public _SFlags.ByReference byReference()

byValue

public _SFlags.ByValue byValue()

clone

public _SFlags clone()
Overrides:
clone in class Object