|
||||||||||
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.foundation.NSSpellServer
public abstract class NSSpellServer
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 |
NSSpellServer.__ssFlags
|
static class |
NSSpellServer._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSSpellServer()
|
Method Summary | |
---|---|
static NSSpellServer |
alloc()
|
abstract NSSpellServerDelegate |
delegate()
Original signature : -(id native declaration : NSSpellServer.h:42 |
static NSSpellServer._class_ |
getNSClass()
|
abstract boolean |
isWordInUserDictionaries_caseSensitive(NSString word,
boolean flag)
Way to query user's private dictionary(ies). |
static NSSpellServer |
new_()
|
abstract boolean |
registerLanguage_byVendor(NSString language,
NSString vendor)
Used to check in Original signature : -(BOOL)registerLanguage:(NSString*) byVendor:(NSString*) native declaration : NSSpellServer.h:45 |
abstract void |
run()
Waits for spell-check request to come in. |
abstract void |
setDelegate(NSSpellServerDelegate anObject)
Original signature : -(void)setDelegate:(id native declaration : NSSpellServer.h:41 |
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 NSSpellServer()
Method Detail |
---|
public abstract void setDelegate(NSSpellServerDelegate anObject)
-(void)setDelegate:(id)
public abstract NSSpellServerDelegate delegate()
-(id)delegate
public abstract boolean registerLanguage_byVendor(NSString language, NSString vendor)
-(BOOL)registerLanguage:(NSString*) byVendor:(NSString*)
public abstract boolean isWordInUserDictionaries_caseSensitive(NSString word, boolean flag)
-(BOOL)isWordInUserDictionaries:(NSString*) caseSensitive:(BOOL)
public abstract void run()
-(void)run
public static NSSpellServer alloc()
public static NSSpellServer new_()
public static NSSpellServer._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |