org.rococoa.cocoa.appkit
Class NSPopUpButtonCell.__pbcFlags

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

public static class NSPopUpButtonCell.__pbcFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSPopUpButtonCell.__pbcFlags.ByReference
           
static class NSPopUpButtonCell.__pbcFlags.ByValue
           
 
Field Summary
 byte altersStateOfSelectedItem
           
 byte arrowPosition
           
 byte decoding
           
 byte drawing
           
 byte ignoreMenuLayout
           
 byte menuIsAttached
           
 byte preferredEdge
           
 byte pullsDown
           
 int RESERVED
           
 byte usesItemFromMenu
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSPopUpButtonCell.__pbcFlags()
           
 
Method Summary
 NSPopUpButtonCell.__pbcFlags.ByReference byReference()
           
 NSPopUpButtonCell.__pbcFlags.ByValue byValue()
           
 NSPopUpButtonCell.__pbcFlags 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

pullsDown

public byte pullsDown

preferredEdge

public byte preferredEdge

menuIsAttached

public byte menuIsAttached

usesItemFromMenu

public byte usesItemFromMenu

altersStateOfSelectedItem

public byte altersStateOfSelectedItem

decoding

public byte decoding

arrowPosition

public byte arrowPosition

ignoreMenuLayout

public byte ignoreMenuLayout

drawing

public byte drawing

RESERVED

public int RESERVED
Constructor Detail

NSPopUpButtonCell.__pbcFlags

public NSPopUpButtonCell.__pbcFlags()
Method Detail

byReference

public NSPopUpButtonCell.__pbcFlags.ByReference byReference()

byValue

public NSPopUpButtonCell.__pbcFlags.ByValue byValue()

clone

public NSPopUpButtonCell.__pbcFlags clone()
Overrides:
clone in class Object