org.rococoa.cocoa.appkit
Class NSFontPanel.__fpFlags

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

public static class NSFontPanel.__fpFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSFontPanel.__fpFlags.ByReference
           
static class NSFontPanel.__fpFlags.ByValue
           
 
Field Summary
 byte _collectionDisabled
           
 byte _delRespColl
           
 byte _delRespFace
           
 byte _delRespFamily
           
 byte _delRespSize
           
 byte _faceDisabled
           
 short _reserved
           
 byte _sizeDisabled
           
 byte _uiMode
           
 byte setFontAttributeChange
           
 byte setFontChange
           
 byte showEffects
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSFontPanel.__fpFlags()
           
 
Method Summary
 NSFontPanel.__fpFlags.ByReference byReference()
           
 NSFontPanel.__fpFlags.ByValue byValue()
           
 NSFontPanel.__fpFlags 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

setFontChange

public byte setFontChange

setFontAttributeChange

public byte setFontAttributeChange

_delRespFamily

public byte _delRespFamily

_delRespFace

public byte _delRespFace

_delRespSize

public byte _delRespSize

_delRespColl

public byte _delRespColl

_collectionDisabled

public byte _collectionDisabled

_sizeDisabled

public byte _sizeDisabled

_faceDisabled

public byte _faceDisabled

showEffects

public byte showEffects

_uiMode

public byte _uiMode

_reserved

public short _reserved
Constructor Detail

NSFontPanel.__fpFlags

public NSFontPanel.__fpFlags()
Method Detail

byReference

public NSFontPanel.__fpFlags.ByReference byReference()

byValue

public NSFontPanel.__fpFlags.ByValue byValue()

clone

public NSFontPanel.__fpFlags clone()
Overrides:
clone in class Object