org.rococoa.cocoa.appkit
Class NSSearchFieldCell.__sfFlags

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

public static class NSSearchFieldCell.__sfFlags
extends Structure<NSSearchFieldCell.__sfFlags,NSSearchFieldCell.__sfFlags.ByValue,NSSearchFieldCell.__sfFlags.ByReference>


Nested Class Summary
static class NSSearchFieldCell.__sfFlags.ByReference
           
static class NSSearchFieldCell.__sfFlags.ByValue
           
 
Field Summary
 byte cancelVisible
           
 byte deferredUpdate
           
 byte disableText
           
 byte maximumRecents
           
 byte menuTracking
           
 short reserved
           
 byte reserved2
           
 byte sendsImmediately
           
 byte sendsWholeSearchString
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSSearchFieldCell.__sfFlags()
           
NSSearchFieldCell.__sfFlags(byte sendsWholeSearchString, byte maximumRecents, byte cancelVisible, byte reserved2, byte disableText, byte menuTracking, byte deferredUpdate, byte sendsImmediately, short reserved)
           
 
Method Summary
static NSSearchFieldCell.__sfFlags[] 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

sendsWholeSearchString

public byte sendsWholeSearchString

maximumRecents

public byte maximumRecents

cancelVisible

public byte cancelVisible

reserved2

public byte reserved2

disableText

public byte disableText

menuTracking

public byte menuTracking

deferredUpdate

public byte deferredUpdate

sendsImmediately

public byte sendsImmediately

reserved

public short reserved
Constructor Detail

NSSearchFieldCell.__sfFlags

public NSSearchFieldCell.__sfFlags()

NSSearchFieldCell.__sfFlags

public NSSearchFieldCell.__sfFlags(byte sendsWholeSearchString,
                                   byte maximumRecents,
                                   byte cancelVisible,
                                   byte reserved2,
                                   byte disableText,
                                   byte menuTracking,
                                   byte deferredUpdate,
                                   byte sendsImmediately,
                                   short reserved)
Method Detail

newArray

public static NSSearchFieldCell.__sfFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.