org.rococoa.cocoa.appkit
Class NSPopUpButtonCell.__pbcFlags

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

public static class NSPopUpButtonCell.__pbcFlags
extends Structure<NSPopUpButtonCell.__pbcFlags,NSPopUpButtonCell.__pbcFlags.ByValue,NSPopUpButtonCell.__pbcFlags.ByReference>


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 menuShouldBeUniquedAgainstMain
           
 byte preferredEdge
           
 byte pullsDown
           
 int RESERVED
           
 byte usesItemFromMenu
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSPopUpButtonCell.__pbcFlags()
           
 
Method Summary
static NSPopUpButtonCell.__pbcFlags[] 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

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

menuShouldBeUniquedAgainstMain

public byte menuShouldBeUniquedAgainstMain

RESERVED

public int RESERVED
Constructor Detail

NSPopUpButtonCell.__pbcFlags

public NSPopUpButtonCell.__pbcFlags()
Method Detail

newArray

public static NSPopUpButtonCell.__pbcFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.