org.rococoa.cocoa.appkit
Class NSComboBoxCell.__cbcFlags

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

public static class NSComboBoxCell.__cbcFlags
extends Structure<NSComboBoxCell.__cbcFlags,NSComboBoxCell.__cbcFlags.ByValue,NSComboBoxCell.__cbcFlags.ByReference>


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
           
 short reserved
           
 byte synchronizingSelection
           
 byte usesDataSource
           
 short visibleItems
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSComboBoxCell.__cbcFlags()
           
NSComboBoxCell.__cbcFlags(byte usesDataSource, byte completes, byte buttonBordered, byte popUpIsUp, byte filteringEvents, byte drawing, byte synchronizingSelection, short reserved, short visibleItems)
           
 
Method Summary
static NSComboBoxCell.__cbcFlags[] 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

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

reserved

public short reserved

visibleItems

public short visibleItems
Constructor Detail

NSComboBoxCell.__cbcFlags

public NSComboBoxCell.__cbcFlags()

NSComboBoxCell.__cbcFlags

public NSComboBoxCell.__cbcFlags(byte usesDataSource,
                                 byte completes,
                                 byte buttonBordered,
                                 byte popUpIsUp,
                                 byte filteringEvents,
                                 byte drawing,
                                 byte synchronizingSelection,
                                 short reserved,
                                 short visibleItems)
Method Detail

newArray

public static NSComboBoxCell.__cbcFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.