org.rococoa.cocoa.appkit
Class NSPopUpButton.__pbFlags

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

public static class NSPopUpButton.__pbFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSPopUpButton.__pbFlags.ByReference
           
static class NSPopUpButton.__pbFlags.ByValue
           
 
Field Summary
 byte needsPullsDownFromTemplate
           
 int RESERVED
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSPopUpButton.__pbFlags()
           
NSPopUpButton.__pbFlags(byte needsPullsDownFromTemplate, int RESERVED)
           
 
Method Summary
 NSPopUpButton.__pbFlags.ByReference byReference()
           
 NSPopUpButton.__pbFlags.ByValue byValue()
           
 NSPopUpButton.__pbFlags 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

needsPullsDownFromTemplate

public byte needsPullsDownFromTemplate

RESERVED

public int RESERVED
Constructor Detail

NSPopUpButton.__pbFlags

public NSPopUpButton.__pbFlags()

NSPopUpButton.__pbFlags

public NSPopUpButton.__pbFlags(byte needsPullsDownFromTemplate,
                               int RESERVED)
Method Detail

byReference

public NSPopUpButton.__pbFlags.ByReference byReference()

byValue

public NSPopUpButton.__pbFlags.ByValue byValue()

clone

public NSPopUpButton.__pbFlags clone()
Overrides:
clone in class Object