org.rococoa.cocoa.appkit
Class _BCFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit._BCFlags
Direct Known Subclasses:
_BCFlags.ByReference, _BCFlags.ByValue

public class _BCFlags
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 _BCFlags.ByReference
           
static class _BCFlags.ByValue
           
 
Field Summary
 byte alternateMnemonicLocation
           
 byte bordered
           
 byte bottomOrLeft
           
 byte changeBackground
           
 byte changeContents
           
 byte changeGray
           
 byte doesNotDimImage
           
 byte drawing
           
 byte gradientType
           
 byte hasKeyEquivalentInsteadOfImage
           
 byte horizontal
           
 byte imageAndText
           
 byte imageOverlaps
           
 byte imageSizeDiff
           
 byte inset
           
 byte lastState
           
 byte lightByBackground
           
 byte lightByContents
           
 byte lightByGray
           
 byte pushIn
           
 byte transparent
           
 byte useButtonImageSource
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
_BCFlags()
           
 
Method Summary
 _BCFlags.ByReference byReference()
           
 _BCFlags.ByValue byValue()
           
 _BCFlags 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

alternateMnemonicLocation

public byte alternateMnemonicLocation

useButtonImageSource

public byte useButtonImageSource

gradientType

public byte gradientType

doesNotDimImage

public byte doesNotDimImage

inset

public byte inset

transparent

public byte transparent

lastState

public byte lastState

hasKeyEquivalentInsteadOfImage

public byte hasKeyEquivalentInsteadOfImage

imageSizeDiff

public byte imageSizeDiff

imageAndText

public byte imageAndText

bottomOrLeft

public byte bottomOrLeft

horizontal

public byte horizontal

imageOverlaps

public byte imageOverlaps

bordered

public byte bordered

drawing

public byte drawing

lightByGray

public byte lightByGray

lightByBackground

public byte lightByBackground

lightByContents

public byte lightByContents

changeGray

public byte changeGray

changeBackground

public byte changeBackground

changeContents

public byte changeContents

pushIn

public byte pushIn
Constructor Detail

_BCFlags

public _BCFlags()
Method Detail

byReference

public _BCFlags.ByReference byReference()

byValue

public _BCFlags.ByValue byValue()

clone

public _BCFlags clone()
Overrides:
clone in class Object