org.rococoa.cocoa.appkit
Class NSTokenFieldCell._tfcFlags_struct

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

public static class NSTokenFieldCell._tfcFlags_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSTokenFieldCell._tfcFlags_struct.ByReference
           
static class NSTokenFieldCell._tfcFlags_struct.ByValue
           
 
Field Summary
 byte _autoCompleteMode
           
 byte _inDidChange
           
 byte _inValidateEditing
           
 byte _invalidCache
           
 byte _pendingComplete
           
 int _reserved
           
 byte _style
           
 byte _validationDisabled
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSTokenFieldCell._tfcFlags_struct()
           
NSTokenFieldCell._tfcFlags_struct(byte _style, byte _invalidCache, byte _inDidChange, byte _validationDisabled, byte _pendingComplete, byte _autoCompleteMode, byte _inValidateEditing, int _reserved)
           
 
Method Summary
 NSTokenFieldCell._tfcFlags_struct.ByReference byReference()
           
 NSTokenFieldCell._tfcFlags_struct.ByValue byValue()
           
 NSTokenFieldCell._tfcFlags_struct 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

_style

public byte _style

_invalidCache

public byte _invalidCache

_inDidChange

public byte _inDidChange

_validationDisabled

public byte _validationDisabled

_pendingComplete

public byte _pendingComplete

_autoCompleteMode

public byte _autoCompleteMode

_inValidateEditing

public byte _inValidateEditing

_reserved

public int _reserved
Constructor Detail

NSTokenFieldCell._tfcFlags_struct

public NSTokenFieldCell._tfcFlags_struct()

NSTokenFieldCell._tfcFlags_struct

public NSTokenFieldCell._tfcFlags_struct(byte _style,
                                         byte _invalidCache,
                                         byte _inDidChange,
                                         byte _validationDisabled,
                                         byte _pendingComplete,
                                         byte _autoCompleteMode,
                                         byte _inValidateEditing,
                                         int _reserved)
Method Detail

byReference

public NSTokenFieldCell._tfcFlags_struct.ByReference byReference()

byValue

public NSTokenFieldCell._tfcFlags_struct.ByValue byValue()

clone

public NSTokenFieldCell._tfcFlags_struct clone()
Overrides:
clone in class Object