org.rococoa.cocoa.appkit
Class NSSpellChecker.__scFlags

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

public static class NSSpellChecker.__scFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSSpellChecker.__scFlags.ByReference
           
static class NSSpellChecker.__scFlags.ByValue
           
 
Field Summary
 int _reserved
           
 byte autoShowGuesses
           
 byte inGrammar
           
 byte inSpelling
           
 byte needDelayedGuess
           
 byte reconnectGrammar
           
 byte reconnectSpelling
           
 byte unignoreInProgress
           
 byte wordFieldEdited
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSSpellChecker.__scFlags()
           
NSSpellChecker.__scFlags(byte autoShowGuesses, byte needDelayedGuess, byte unignoreInProgress, byte wordFieldEdited, byte inSpelling, byte reconnectSpelling, byte inGrammar, byte reconnectGrammar, int _reserved)
           
 
Method Summary
 NSSpellChecker.__scFlags.ByReference byReference()
           
 NSSpellChecker.__scFlags.ByValue byValue()
           
 NSSpellChecker.__scFlags 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

autoShowGuesses

public byte autoShowGuesses

needDelayedGuess

public byte needDelayedGuess

unignoreInProgress

public byte unignoreInProgress

wordFieldEdited

public byte wordFieldEdited

inSpelling

public byte inSpelling

reconnectSpelling

public byte reconnectSpelling

inGrammar

public byte inGrammar

reconnectGrammar

public byte reconnectGrammar

_reserved

public int _reserved
Constructor Detail

NSSpellChecker.__scFlags

public NSSpellChecker.__scFlags()

NSSpellChecker.__scFlags

public NSSpellChecker.__scFlags(byte autoShowGuesses,
                                byte needDelayedGuess,
                                byte unignoreInProgress,
                                byte wordFieldEdited,
                                byte inSpelling,
                                byte reconnectSpelling,
                                byte inGrammar,
                                byte reconnectGrammar,
                                int _reserved)
Method Detail

byReference

public NSSpellChecker.__scFlags.ByReference byReference()

byValue

public NSSpellChecker.__scFlags.ByValue byValue()

clone

public NSSpellChecker.__scFlags clone()
Overrides:
clone in class Object