|
||||||||||
| 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)blocksOtherRecognizersnative declaration : NSSpeechRecognizer.h:39 |
abstract NSArray |
commands()
Original signature : -(NSArray*)commandsnative declaration : NSSpeechRecognizer.h:30 |
static NSSpeechRecognizer |
create()
Factory method |
abstract NSSpeechRecognizerDelegate |
delegate()
Original signature : -(idnative declaration : NSSpeechRecognizer.h:27 |
abstract NSString |
displayedCommandsTitle()
Original signature : -(NSString*)displayedCommandsTitlenative declaration : NSSpeechRecognizer.h:33 |
static NSSpeechRecognizer._class_ |
getNSClass()
|
abstract NSSpeechRecognizer |
init()
Original signature : -(id)initnative declaration : NSSpeechRecognizer.h:22 |
abstract boolean |
listensInForegroundOnly()
Original signature : -(BOOL)listensInForegroundOnlynative 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:(idnative 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)startListeningnative declaration : NSSpeechRecognizer.h:24 |
abstract void |
stopListening()
Original signature : -(void)stopListeningnative 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 NSObjectpublic 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 | |||||||||