|
||||||||||
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.NSSpeechRecognizer
public abstract class NSSpeechRecognizer
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 |
NSSpeechRecognizer._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSSpeechRecognizer()
|
Method Summary | |
---|---|
static NSSpeechRecognizer |
alloc()
|
abstract boolean |
blocksOtherRecognizers()
Original signature : -(BOOL)blocksOtherRecognizers native declaration : NSSpeechRecognizer.h:39 |
abstract NSArray |
commands()
Original signature : -(NSArray*)commands native declaration : NSSpeechRecognizer.h:30 |
static NSSpeechRecognizer |
create()
Factory method |
abstract NSSpeechRecognizerDelegate |
delegate()
Original signature : -(id native declaration : NSSpeechRecognizer.h:27 |
abstract NSString |
displayedCommandsTitle()
Original signature : -(NSString*)displayedCommandsTitle native declaration : NSSpeechRecognizer.h:33 |
static NSSpeechRecognizer._class_ |
getNSClass()
|
abstract NSSpeechRecognizer |
init()
Original signature : -(id)init native declaration : NSSpeechRecognizer.h:22 |
abstract boolean |
listensInForegroundOnly()
Original signature : -(BOOL)listensInForegroundOnly native declaration : NSSpeechRecognizer.h:36 |
static NSSpeechRecognizer |
new_()
|
abstract void |
setBlocksOtherRecognizers(boolean flag)
Original signature : -(void)setBlocksOtherRecognizers:(BOOL) native declaration : NSSpeechRecognizer.h:40 |
abstract void |
setCommands(NSArray commands)
Original signature : -(void)setCommands:(NSArray*) native declaration : NSSpeechRecognizer.h:31 |
abstract void |
setDelegate(NSSpeechRecognizerDelegate anObject)
Original signature : -(void)setDelegate:(id native declaration : NSSpeechRecognizer.h:28 |
abstract void |
setDisplayedCommandsTitle(NSString title)
Original signature : -(void)setDisplayedCommandsTitle:(NSString*) native declaration : NSSpeechRecognizer.h:34 |
abstract void |
setListensInForegroundOnly(boolean flag)
Original signature : -(void)setListensInForegroundOnly:(BOOL) native declaration : NSSpeechRecognizer.h:37 |
abstract void |
startListening()
Original signature : -(void)startListening native declaration : NSSpeechRecognizer.h:24 |
abstract void |
stopListening()
Original signature : -(void)stopListening native declaration : NSSpeechRecognizer.h:25 |
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 NSSpeechRecognizer()
Method Detail |
---|
public abstract NSSpeechRecognizer init()
-(id)init
init
in class NSObject
public static NSSpeechRecognizer create()
init()
public abstract void startListening()
-(void)startListening
public abstract void stopListening()
-(void)stopListening
public abstract NSSpeechRecognizerDelegate delegate()
-(id)delegate
public abstract void setDelegate(NSSpeechRecognizerDelegate anObject)
-(void)setDelegate:(id)
public abstract NSArray commands()
-(NSArray*)commands
public abstract void setCommands(NSArray commands)
-(void)setCommands:(NSArray*)
public abstract NSString displayedCommandsTitle()
-(NSString*)displayedCommandsTitle
public abstract void setDisplayedCommandsTitle(NSString title)
-(void)setDisplayedCommandsTitle:(NSString*)
public abstract boolean listensInForegroundOnly()
-(BOOL)listensInForegroundOnly
public abstract void setListensInForegroundOnly(boolean flag)
-(void)setListensInForegroundOnly:(BOOL)
public abstract boolean blocksOtherRecognizers()
-(BOOL)blocksOtherRecognizers
public abstract void setBlocksOtherRecognizers(boolean flag)
-(void)setBlocksOtherRecognizers:(BOOL)
public static NSSpeechRecognizer alloc()
public static NSSpeechRecognizer new_()
public static NSSpeechRecognizer._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |