|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSSpellChecker
public abstract class NSSpellChecker
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSSpellChecker.__scFlags
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). |
static class |
NSSpellChecker._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSSpellChecker()
|
Method Summary | |
---|---|
static NSSpellChecker |
alloc()
|
abstract NSObject |
checkGrammarOfString_startingAt_language_wrap_inSpellDocumentWithTag_details(NSString stringToCheck,
NSInteger startingOffset,
NSString language,
boolean wrapFlag,
NSInteger tag,
PointerByReference details)
Initiates a grammar-check of a string. |
abstract NSObject |
checkSpellingOfString_startingAt_language_wrap_inSpellDocumentWithTag_wordCount(NSString stringToCheck,
NSInteger startingOffset,
NSString language,
boolean wrapFlag,
NSInteger tag,
NativeSizeByReference wordCount)
Initiates a spell-check of a string. |
abstract NSObject |
checkSpellingOfString_startingAt(NSString stringToCheck,
NSInteger startingOffset)
Original signature : -(id)checkSpellingOfString:(NSString*) startingAt:(NSInteger) native declaration : NSSpellChecker.h:77 |
abstract NSInteger |
countWordsInString_language(NSString stringToCount,
NSString language)
Just counts the words without checking spelling. |
static NSSpellChecker._class_ |
getNSClass()
|
static NSSpellChecker |
new_()
|
static NSSpellChecker |
sharedSpellChecker()
Only one per application. |
static boolean |
sharedSpellCheckerExists()
Original signature : +(BOOL)sharedSpellCheckerExists native declaration : NSSpellChecker.h:69 |
static NSInteger |
uniqueSpellDocumentTag()
Returns a guaranteed unique tag to use as the spell document tag for a document. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSSpellChecker()
Method Detail |
---|
public static NSSpellChecker sharedSpellChecker()
+(NSSpellChecker*)sharedSpellChecker
public static boolean sharedSpellCheckerExists()
+(BOOL)sharedSpellCheckerExists
public static NSInteger uniqueSpellDocumentTag()
+(NSInteger)uniqueSpellDocumentTag
public abstract NSObject checkSpellingOfString_startingAt_language_wrap_inSpellDocumentWithTag_wordCount(NSString stringToCheck, NSInteger startingOffset, NSString language, boolean wrapFlag, NSInteger tag, NativeSizeByReference wordCount)
-(id)checkSpellingOfString:(NSString*) startingAt:(NSInteger) language:(NSString*) wrap:(BOOL) inSpellDocumentWithTag:(NSInteger) wordCount:(NSInteger*)
public abstract NSObject checkSpellingOfString_startingAt(NSString stringToCheck, NSInteger startingOffset)
-(id)checkSpellingOfString:(NSString*) startingAt:(NSInteger)
public abstract NSInteger countWordsInString_language(NSString stringToCount, NSString language)
-(NSInteger)countWordsInString:(NSString*) language:(NSString*)
public abstract NSObject checkGrammarOfString_startingAt_language_wrap_inSpellDocumentWithTag_details(NSString stringToCheck, NSInteger startingOffset, NSString language, boolean wrapFlag, NSInteger tag, PointerByReference details)
-(id)checkGrammarOfString:(NSString*) startingAt:(NSInteger) language:(NSString*) wrap:(BOOL) inSpellDocumentWithTag:(NSInteger) details:(NSArray**)
public static NSSpellChecker alloc()
public static NSSpellChecker new_()
public static NSSpellChecker._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |