|
||||||||||
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.NSClass
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.appkit.NSSpeechSynthesizer._class_
public abstract static class NSSpeechSynthesizer._class_
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass |
---|
ObjCClass._Class |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Field Summary |
---|
Fields inherited from interface org.rococoa.ObjCClass |
---|
CLASS |
Constructor Summary | |
---|---|
NSSpeechSynthesizer._class_()
|
Method Summary | |
---|---|
abstract NSSpeechSynthesizer |
alloc()
Original signature : +(id)alloc native declaration : NSObject.h:77 |
abstract NSDictionary |
attributesForVoice(NSString voice)
Original signature : +(NSDictionary*)attributesForVoice:(NSString*) native declaration : NSSpeechSynthesizer.h:87 |
abstract NSArray |
availableVoices()
Original signature : +(NSArray*)availableVoices native declaration : NSSpeechSynthesizer.h:86 |
abstract NSString |
defaultVoice()
Original signature : +(NSString*)defaultVoice native declaration : NSSpeechSynthesizer.h:85 |
abstract boolean |
isAnyApplicationSpeaking()
Original signature : +(BOOL)isAnyApplicationSpeaking native declaration : NSSpeechSynthesizer.h:84 |
abstract NSSpeechSynthesizer |
new_()
Original signature : +(id)new native declaration : NSObject.h:75 |
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, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, zone |
Constructor Detail |
---|
public NSSpeechSynthesizer._class_()
Method Detail |
---|
public abstract boolean isAnyApplicationSpeaking()
+(BOOL)isAnyApplicationSpeaking
public abstract NSString defaultVoice()
+(NSString*)defaultVoice
public abstract NSArray availableVoices()
+(NSArray*)availableVoices
public abstract NSDictionary attributesForVoice(NSString voice)
+(NSDictionary*)attributesForVoice:(NSString*)
public abstract NSSpeechSynthesizer alloc()
NSObject._class_
+(id)alloc
alloc
in class NSObject._class_
public abstract NSSpeechSynthesizer new_()
NSObject._class_
+(id)new
new_
in class NSObject._class_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |