org.rococoa.cocoa.appkit
Class NSFontPanel.__fpFlags

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

public static class NSFontPanel.__fpFlags
extends Structure<NSFontPanel.__fpFlags,NSFontPanel.__fpFlags.ByValue,NSFontPanel.__fpFlags.ByReference>


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
 
Constructor Summary
NSFontPanel.__fpFlags()
           
 
Method Summary
static NSFontPanel.__fpFlags[] 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

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

newArray

public static NSFontPanel.__fpFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.