org.rococoa.cocoa.appkit
Class NSSpellChecker.__scFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<NSSpellChecker.__scFlags,NSSpellChecker.__scFlags.ByValue,NSSpellChecker.__scFlags.ByReference>
org.rococoa.cocoa.appkit.NSSpellChecker.__scFlags
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<NSSpellChecker.__scFlags,NSSpellChecker.__scFlags.ByValue,NSSpellChecker.__scFlags.ByReference>>
- Direct Known Subclasses:
- NSSpellChecker.__scFlags.ByReference, NSSpellChecker.__scFlags.ByValue
- Enclosing class:
- NSSpellChecker
public static class NSSpellChecker.__scFlags
- extends Structure<NSSpellChecker.__scFlags,NSSpellChecker.__scFlags.ByValue,NSSpellChecker.__scFlags.ByReference>
native declaration : NSSpellChecker.h:95
Conversion Error : /**
* Provides a menu containing contextual menu items suitable for certain kinds of detected results (notably date/time/address results). The options dictionary allows clients to pass in information associated with the document.
* Original signature : -(NSMenu*)menuForResult:(NSTextCheckingResult*) string:(NSString*) options:(NSDictionary*) atLocation:() inView:(NSView*)
* /
- (NSMenu*)menuForResult:(NSTextCheckingResult*)result string:(NSString*)checkedString options:(NSDictionary*)options atLocation:(null)location inView:(NSView*)view; (Argument location cannot be converted)
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 |
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
languageIdentification
public byte languageIdentification
languagesHidden
public byte languagesHidden
quotesByLanguage
public byte quotesByLanguage
_reserved
public int _reserved
NSSpellChecker.__scFlags
public NSSpellChecker.__scFlags()
newArray
public static NSSpellChecker.__scFlags[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.