org.rococoa.cocoa.appkit
Class NSComboBoxCell.__cbcFlags

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

public static class NSComboBoxCell.__cbcFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSComboBoxCell.__cbcFlags.ByReference
           
static class NSComboBoxCell.__cbcFlags.ByValue
           
 
Field Summary
 byte buttonBordered
           
 byte completes
           
 byte drawing
           
 byte filteringEvents
           
 byte popUpIsUp
           
 byte reserved
           
 byte subclassOverridesBoundsForButtonCell
           
 byte synchronizingSelection
           
 byte usesDataSource
           
 short visibleItems
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSComboBoxCell.__cbcFlags()
           
 
Method Summary
 NSComboBoxCell.__cbcFlags.ByReference byReference()
           
 NSComboBoxCell.__cbcFlags.ByValue byValue()
           
 NSComboBoxCell.__cbcFlags 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

usesDataSource

public byte usesDataSource

completes

public byte completes

buttonBordered

public byte buttonBordered

popUpIsUp

public byte popUpIsUp

filteringEvents

public byte filteringEvents

drawing

public byte drawing

synchronizingSelection

public byte synchronizingSelection

subclassOverridesBoundsForButtonCell

public byte subclassOverridesBoundsForButtonCell

reserved

public byte reserved

visibleItems

public short visibleItems
Constructor Detail

NSComboBoxCell.__cbcFlags

public NSComboBoxCell.__cbcFlags()
Method Detail

byReference

public NSComboBoxCell.__cbcFlags.ByReference byReference()

byValue

public NSComboBoxCell.__cbcFlags.ByValue byValue()

clone

public NSComboBoxCell.__cbcFlags clone()
Overrides:
clone in class Object