org.rococoa.cocoa.appkit
Class NSSearchFieldCell.__sfFlags

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

public static class NSSearchFieldCell.__sfFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


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

sendsWholeSearchString

public byte sendsWholeSearchString

maximumRecents

public byte maximumRecents

cancelVisible

public byte cancelVisible

drawSize

public byte drawSize

disableText

public byte disableText

menuTracking

public byte menuTracking

deferredUpdate

public byte deferredUpdate

sendsImmediately

public byte sendsImmediately

activeTimer

public byte activeTimer

reserved

public short reserved
Constructor Detail

NSSearchFieldCell.__sfFlags

public NSSearchFieldCell.__sfFlags()
Method Detail

byReference

public NSSearchFieldCell.__sfFlags.ByReference byReference()

byValue

public NSSearchFieldCell.__sfFlags.ByValue byValue()

clone

public NSSearchFieldCell.__sfFlags clone()
Overrides:
clone in class Object