org.rococoa.cocoa.appkit
Class __BCFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<__BCFlags,__BCFlags.ByValue,__BCFlags.ByReference>
          extended by org.rococoa.cocoa.appkit.__BCFlags
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<__BCFlags,__BCFlags.ByValue,__BCFlags.ByReference>>
Direct Known Subclasses:
__BCFlags.ByReference, __BCFlags.ByValue

public class __BCFlags
extends Structure<__BCFlags,__BCFlags.ByValue,__BCFlags.ByReference>

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h
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 hasKeyEquivalentInsteadOfImage
           
 byte horizontal
           
 byte imageAndText
           
 byte imageOverlaps
           
 byte imageSizeDiff
           
 byte inset
           
 byte lastState
           
 byte lightByBackground
           
 byte lightByContents
           
 byte lightByGray
           
 byte pushIn
           
 byte reserved
           
 byte suppressAXValueChangeNote
           
 byte transparent
           
 byte useButtonImageSource
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
__BCFlags()
           
 
Method Summary
static __BCFlags[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

alternateMnemonicLocation

public byte alternateMnemonicLocation

useButtonImageSource

public byte useButtonImageSource

reserved

public byte reserved

suppressAXValueChangeNote

public byte suppressAXValueChangeNote

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

newArray

public static __BCFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.